ApplicationGatewayFirewallExclusion Class
- java.
lang. Object - com.
microsoft. azure. management. network. ApplicationGatewayFirewallExclusion
- com.
public class ApplicationGatewayFirewallExclusion
Allow to exclude some variable satisfy the condition for the WAF check.
Constructor Summary
Constructor | Description | |
---|---|---|
ApplicationGatewayFirewallExclusion() |
Method Summary
Modifier and Type | Method and Description |
---|---|
java.lang.String |
matchVariable()
Get the variable to be excluded. |
java.lang.String |
selector()
Get when match |
java.lang.String |
selectorMatchOperator()
Get when match |
Application |
withMatchVariable(String matchVariable)
Set the variable to be excluded. |
Application |
withSelector(String selector)
Set when match |
Application |
withSelectorMatchOperator(String selectorMatchOperator)
Set when match |
Methods inherited from java.lang.Object
Constructor Details
ApplicationGatewayFirewallExclusion
public ApplicationGatewayFirewallExclusion()
Method Details
matchVariable
public String matchVariable()
Get the variable to be excluded.
Returns:
selector
public String selector()
Get when matchVariable is a collection, operator used to specify which elements in the collection this exclusion applies to.
Returns:
selectorMatchOperator
public String selectorMatchOperator()
Get when matchVariable is a collection, operate on the selector to specify which elements in the collection this exclusion applies to.
Returns:
withMatchVariable
public ApplicationGatewayFirewallExclusion withMatchVariable(String matchVariable)
Set the variable to be excluded.
Parameters:
Returns:
withSelector
public ApplicationGatewayFirewallExclusion withSelector(String selector)
Set when matchVariable is a collection, operator used to specify which elements in the collection this exclusion applies to.
Parameters:
Returns:
withSelectorMatchOperator
public 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.
Parameters:
Returns:
Applies to
Azure SDK for Java