ApplicationGatewayFirewallExclusion Class

  • java.lang.Object
    • com.microsoft.azure.management.network.ApplicationGatewayFirewallExclusion

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 matchVariable is a collection, operator used to specify which elements in the collection this exclusion applies to.

java.lang.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.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ApplicationGatewayFirewallExclusion

public ApplicationGatewayFirewallExclusion()

Method Details

matchVariable

public String matchVariable()

Get the variable to be excluded.

Returns:

the matchVariable value

selector

public String selector()

Get when matchVariable is a collection, operator used to specify which elements in the collection this exclusion applies to.

Returns:

the selector value

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:

the selectorMatchOperator value

withMatchVariable

public ApplicationGatewayFirewallExclusion withMatchVariable(String matchVariable)

Set the variable to be excluded.

Parameters:

matchVariable - the matchVariable value to set

Returns:

the ApplicationGatewayFirewallExclusion object itself.

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:

selector - the selector value to set

Returns:

the ApplicationGatewayFirewallExclusion object itself.

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:

selectorMatchOperator - the selectorMatchOperator value to set

Returns:

the ApplicationGatewayFirewallExclusion object itself.

Applies to