Share via


IWebApplicationFirewallScrubbingRules.SelectorMatchOperator Property

Definition

When matchVariable is a collection, operate on the selector to specify which elements in the collection this rule applies to.

[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.PSArgumentCompleter(new System.String[] { "EqualsAny", "Equals" })]
[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=true, Description="When matchVariable is a collection, operate on the selector to specify which elements in the collection this rule applies to.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="selectorMatchOperator", Update=true)]
public string SelectorMatchOperator { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.PSArgumentCompleter(new System.String[] { "EqualsAny", "Equals" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=true, Description="When matchVariable is a collection, operate on the selector to specify which elements in the collection this rule applies to.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="selectorMatchOperator", Update=true)>]
member this.SelectorMatchOperator : string with get, set
Public Property SelectorMatchOperator As String

Property Value

Attributes

Applies to