AzureApplicationGatewayFirewallPolicyException.ValueMatchOperator Property

Definition

[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

Applies to