Freigeben über


IRulesEngineRule.MatchCondition Property

Definition

A list of match conditions that must meet in order for the actions of this rule to run. Having no match conditions means the actions will always run.

[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=true, Description="A list of match conditions that must meet in order for the actions of this rule to run. Having no match conditions means the actions will always run.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineMatchCondition) }, Read=true, ReadOnly=false, Required=false, SerializedName="matchConditions", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineMatchCondition> MatchCondition { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=true, Description="A list of match conditions that must meet in order for the actions of this rule to run. Having no match conditions means the actions will always run.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineMatchCondition) }, Read=true, ReadOnly=false, Required=false, SerializedName="matchConditions", Update=true)>]
member this.MatchCondition : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngineMatchCondition> with get, set
Public Property MatchCondition As List(Of IRulesEngineMatchCondition)

Property Value

Attributes

Applies to