Compartir a través de


ApplicationGatewayRewriteRule.Conditions Propiedad

Definición

Obtiene o establece condiciones en función de las cuales se evaluará la ejecución del conjunto de acciones.

[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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a