Condividi tramite


Rule.Conditions Property

Definition

Gets or sets a list of conditions that must be matched for the actions to be executed

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to