IRule.Condition Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(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.Api20230501.IDeliveryRuleCondition) }, ReadOnly=false, Required=false, SerializedName="conditions")]
public Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20230501.IDeliveryRuleCondition[] Condition { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(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.Api20230501.IDeliveryRuleCondition) }, ReadOnly=false, Required=false, SerializedName="conditions")>]
member this.Condition : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20230501.IDeliveryRuleCondition[] with get, set
Public Property Condition As IDeliveryRuleCondition()

Property Value

Attributes

Applies to