你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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