public class ApplicationGatewayFirewallExclusion extends Object
| Constructor and Description |
|---|
ApplicationGatewayFirewallExclusion() |
| Modifier and Type | Method and Description |
|---|---|
String |
matchVariable()
Get the variable to be excluded.
|
String |
selector()
Get when matchVariable is a collection, operator used to specify which elements in the collection this exclusion applies to.
|
String |
selectorMatchOperator()
Get when matchVariable is a collection, operate on the selector to specify which elements in the collection this exclusion applies to.
|
ApplicationGatewayFirewallExclusion |
withMatchVariable(String matchVariable)
Set the variable to be excluded.
|
ApplicationGatewayFirewallExclusion |
withSelector(String selector)
Set when matchVariable is a collection, operator used to specify which elements in the collection this exclusion applies to.
|
ApplicationGatewayFirewallExclusion |
withSelectorMatchOperator(String selectorMatchOperator)
Set 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 setpublic String selectorMatchOperator()
public ApplicationGatewayFirewallExclusion withSelectorMatchOperator(String selectorMatchOperator)
selectorMatchOperator - the selectorMatchOperator value to setpublic String selector()
public ApplicationGatewayFirewallExclusion withSelector(String selector)
selector - the selector value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/