public final class MatchVariable extends Object
| Constructor and Description |
|---|
MatchVariable() |
| Modifier and Type | Method and Description |
|---|---|
String |
selector()
Get the selector property: The selector of match variable.
|
void |
validate()
Validates the instance.
|
WebApplicationFirewallMatchVariable |
variableName()
Get the variableName property: Match Variable.
|
MatchVariable |
withSelector(String selector)
Set the selector property: The selector of match variable.
|
MatchVariable |
withVariableName(WebApplicationFirewallMatchVariable variableName)
Set the variableName property: Match Variable.
|
public WebApplicationFirewallMatchVariable variableName()
public MatchVariable withVariableName(WebApplicationFirewallMatchVariable variableName)
variableName - the variableName value to set.public String selector()
public MatchVariable withSelector(String selector)
selector - the selector value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.