次の方法で共有


RuleUpdateParameters.Conditions プロパティ

定義

アクションを実行するために一致する必要がある条件の一覧を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.conditions")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Models.DeliveryRuleCondition> Conditions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.conditions")>]
member this.Conditions : System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Models.DeliveryRuleCondition> with get, set
Public Property Conditions As IList(Of DeliveryRuleCondition)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象