public final class ApplicationGatewayFirewallExclusion extends Object
| Constructor and Description |
|---|
ApplicationGatewayFirewallExclusion() |
| Modifier and Type | Method and Description |
|---|---|
String |
matchVariable()
Get the matchVariable property: The variable to be excluded.
|
String |
selector()
Get the selector property: When matchVariable is a collection, operator used to specify which elements in the
collection this exclusion applies to.
|
String |
selectorMatchOperator()
Get the selectorMatchOperator property: When matchVariable is a collection, operate on the selector to specify
which elements in the collection this exclusion applies to.
|
void |
validate()
Validates the instance.
|
ApplicationGatewayFirewallExclusion |
withMatchVariable(String matchVariable)
Set the matchVariable property: The variable to be excluded.
|
ApplicationGatewayFirewallExclusion |
withSelector(String selector)
Set the selector property: When matchVariable is a collection, operator used to specify which elements in the
collection this exclusion applies to.
|
ApplicationGatewayFirewallExclusion |
withSelectorMatchOperator(String selectorMatchOperator)
Set the selectorMatchOperator property: When matchVariable is a collection, operate on the selector to specify
which elements in the collection this exclusion applies to.
|
public String matchVariable()
public ApplicationGatewayFirewallExclusion withMatchVariable(String matchVariable)
matchVariable - the matchVariable value to set.public String selectorMatchOperator()
public ApplicationGatewayFirewallExclusion withSelectorMatchOperator(String selectorMatchOperator)
selectorMatchOperator - the selectorMatchOperator value to set.public String selector()
public ApplicationGatewayFirewallExclusion 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.