AzureApplicationGatewayFirewallPolicyException.ValueMatchOperator 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="Operates on the allowed values for the matchVariable.", Mandatory=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
[System.Management.Automation.ValidateSet(new System.String[] { "Equals", "Contains", "StartsWith", "EndsWith", "IPMatch" }, IgnoreCase=true)]
public string ValueMatchOperator { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="Operates on the allowed values for the matchVariable.", Mandatory=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
[<System.Management.Automation.ValidateSet(new System.String[] { "Equals", "Contains", "StartsWith", "EndsWith", "IPMatch" }, IgnoreCase=true)>]
member this.ValueMatchOperator : string with get, set
Public Property ValueMatchOperator As String
Property Value
- Attributes