次の方法で共有


DeliveryRule.Conditions プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象