Compartir a través de


DeliveryRule.Conditions Propiedad

Definición

Obtiene o establece una lista de condiciones que deben coincidir para que se ejecuten las acciones.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a