Freigeben über


IManagedRuleExclusion.Operator Property

Definition

Comparison operator to apply to the selector when specifying which elements in the collection this exclusion applies to.

[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.PSArgumentCompleter(new System.String[] { "Equals", "Contains", "StartsWith", "EndsWith", "EqualsAny" })]
[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=true, Description="Comparison operator to apply to the selector when specifying which elements in the collection this exclusion applies to.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="selectorMatchOperator", Update=true)]
public string Operator { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.PSArgumentCompleter(new System.String[] { "Equals", "Contains", "StartsWith", "EndsWith", "EqualsAny" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=true, Description="Comparison operator to apply to the selector when specifying which elements in the collection this exclusion applies to.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="selectorMatchOperator", Update=true)>]
member this.Operator : string with get, set
Public Property Operator As String

Property Value

Attributes

Applies to