Share via


ApplicationGatewayRewriteRule.Conditions Property

Definition

Gets or sets conditions based on which the action set execution will be evaluated.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to