AzureApplicationGatewayFirewallPolicyException.MatchVariable Property

Definition

[System.Management.Automation.Parameter(HelpMessage="The variable on which we evaluate the exception condition.", Mandatory=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
[System.Management.Automation.ValidateSet(new System.String[] { "RequestURI", "RemoteAddr", "RequestHeader" }, IgnoreCase=true)]
public string MatchVariable { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="The variable on which we evaluate the exception condition.", Mandatory=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
[<System.Management.Automation.ValidateSet(new System.String[] { "RequestURI", "RemoteAddr", "RequestHeader" }, IgnoreCase=true)>]
member this.MatchVariable : string with get, set
Public Property MatchVariable As String

Property Value

Attributes

Applies to