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(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.