AzureApplicationGatewayFirewallPolicyException.SelectorMatchOperator Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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