共用方式為


MatchVariable Constructors

Definition

Overloads

MatchVariable()

Initializes a new instance of the MatchVariable class.

MatchVariable(WebApplicationFirewallMatchVariable, String)

Initializes a new instance of the MatchVariable class.

MatchVariable()

Initializes a new instance of the MatchVariable class.

public MatchVariable ();
Public Sub New ()

Applies to

MatchVariable(WebApplicationFirewallMatchVariable, String)

Initializes a new instance of the MatchVariable class.

public MatchVariable (Microsoft.Azure.Management.Network.Fluent.Models.WebApplicationFirewallMatchVariable variableName, string selector = default);
new Microsoft.Azure.Management.Network.Fluent.Models.MatchVariable : Microsoft.Azure.Management.Network.Fluent.Models.WebApplicationFirewallMatchVariable * string -> Microsoft.Azure.Management.Network.Fluent.Models.MatchVariable
Public Sub New (variableName As WebApplicationFirewallMatchVariable, Optional selector As String = Nothing)

Parameters

variableName
WebApplicationFirewallMatchVariable

Match Variable. Possible values include: 'RemoteAddr', 'RequestMethod', 'QueryString', 'PostArgs', 'RequestUri', 'RequestHeaders', 'RequestBody', 'RequestCookies'

selector
String

Describes field of the matchVariable collection.

Applies to