Share via


MatchVariable Constructors

Definition

Overloads

MatchVariable()

Initializes a new instance of the MatchVariable class.

MatchVariable(String, 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(String, String)

Initializes a new instance of the MatchVariable class.

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

Parameters

variableName
String

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

selector
String

The selector of match variable.

Applies to