IManagedRuleSetException.ValueMatchOperator Property

Definition

Comparison operator to apply to the value to be matched.

[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.PSArgumentCompleter(new System.String[] { "Equals", "Contains", "StartsWith", "EndsWith", "EqualsAny", "IPMatch" })]
[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=true, Description="Comparison operator to apply to the value to be matched.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="valueMatchOperator", Update=true)]
public string ValueMatchOperator { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.PSArgumentCompleter(new System.String[] { "Equals", "Contains", "StartsWith", "EndsWith", "EqualsAny", "IPMatch" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=true, Description="Comparison operator to apply to the value to be matched.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="valueMatchOperator", Update=true)>]
member this.ValueMatchOperator : string with get, set
Public Property ValueMatchOperator As String

Property Value

Attributes

Applies to