AzureApplicationGatewayFirewallPolicyException.SelectorMatchOperator Property

Definition

[System.Management.Automation.Parameter(HelpMessage="When the matchVariable points to a key-value pair (e.g, RequestHeader), this operates on the selector.", Mandatory=false)]
[System.Management.Automation.ValidateSet(new System.String[] { "Equals", "Contains", "StartsWith", "EndsWith" }, IgnoreCase=true)]
public string SelectorMatchOperator { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="When the matchVariable points to a key-value pair (e.g, RequestHeader), this operates on the selector.", Mandatory=false)>]
[<System.Management.Automation.ValidateSet(new System.String[] { "Equals", "Contains", "StartsWith", "EndsWith" }, IgnoreCase=true)>]
member this.SelectorMatchOperator : string with get, set
Public Property SelectorMatchOperator As String

Property Value

Attributes

Applies to