次の方法で共有


ApplicationGatewayRewriteRule.Conditions プロパティ

定義

アクション セットの実行を評価する条件を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象