MatchVariable Constructors
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.
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.