Class ApplicationGatewayFirewallExclusion

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

public class ApplicationGatewayFirewallExclusion extends Object
Allow to exclude some variable satisfy the condition for the WAF check.
  • Constructor Details

    • ApplicationGatewayFirewallExclusion

      public ApplicationGatewayFirewallExclusion()
  • Method Details

    • matchVariable

      public String matchVariable()
      Get the variable to be excluded.
      Returns:
      the matchVariable 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.
    • 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
    • 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.
    • 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
    • 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.