Class MatchVariable
java.lang.Object
com.microsoft.azure.management.network.MatchVariable
Define match variables.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionselector()
Get the selector of match variable.Get match Variable.withSelector
(String selector) Set the selector of match variable.withVariableName
(WebApplicationFirewallMatchVariable variableName) Set match Variable.
-
Constructor Details
-
MatchVariable
public MatchVariable()
-
-
Method Details
-
variableName
Get match Variable. Possible values include: 'RemoteAddr', 'RequestMethod', 'QueryString', 'PostArgs', 'RequestUri', 'RequestHeaders', 'RequestBody', 'RequestCookies'.- Returns:
- the variableName value
-
withVariableName
Set match Variable. Possible values include: 'RemoteAddr', 'RequestMethod', 'QueryString', 'PostArgs', 'RequestUri', 'RequestHeaders', 'RequestBody', 'RequestCookies'.- Parameters:
variableName
- the variableName value to set- Returns:
- the MatchVariable object itself.
-
selector
Get the selector of match variable.- Returns:
- the selector value
-
withSelector
Set the selector of match variable.- Parameters:
selector
- the selector value to set- Returns:
- the MatchVariable object itself.
-