Share via


IRuleUpdateParameters.Condition Property

Definition

A list of conditions that must be matched for the actions to be executed

[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=true, Description="A list of conditions that must be matched for the actions to be executed", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IDeliveryRuleCondition) }, Read=true, ReadOnly=false, Required=false, SerializedName="conditions", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IDeliveryRuleCondition> Condition { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=true, Description="A list of conditions that must be matched for the actions to be executed", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IDeliveryRuleCondition) }, Read=true, ReadOnly=false, Required=false, SerializedName="conditions", Update=true)>]
member this.Condition : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IDeliveryRuleCondition> with get, set
Public Property Condition As List(Of IDeliveryRuleCondition)

Property Value

Attributes

Applies to