Class ApplicationGatewayWebApplicationFirewallConfiguration


  • public class ApplicationGatewayWebApplicationFirewallConfiguration
    extends Object
    Application gateway web application firewall configuration.
    • Constructor Detail

      • ApplicationGatewayWebApplicationFirewallConfiguration

        public ApplicationGatewayWebApplicationFirewallConfiguration()
    • Method Detail

      • enabled

        public boolean enabled()
        Get the enabled value.
        Returns:
        the enabled value
      • ruleSetType

        public String ruleSetType()
        Get the ruleSetType value.
        Returns:
        the ruleSetType value
      • ruleSetVersion

        public String ruleSetVersion()
        Get the ruleSetVersion value.
        Returns:
        the ruleSetVersion value
      • withRuleSetVersion

        public ApplicationGatewayWebApplicationFirewallConfiguration withRuleSetVersion​(String ruleSetVersion)
        Set the ruleSetVersion value.
        Parameters:
        ruleSetVersion - the ruleSetVersion value to set
        Returns:
        the ApplicationGatewayWebApplicationFirewallConfiguration object itself.
      • requestBodyCheck

        public Boolean requestBodyCheck()
        Get the requestBodyCheck value.
        Returns:
        the requestBodyCheck value
      • withRequestBodyCheck

        public ApplicationGatewayWebApplicationFirewallConfiguration withRequestBodyCheck​(Boolean requestBodyCheck)
        Set the requestBodyCheck value.
        Parameters:
        requestBodyCheck - the requestBodyCheck value to set
        Returns:
        the ApplicationGatewayWebApplicationFirewallConfiguration object itself.
      • maxRequestBodySize

        public Integer maxRequestBodySize()
        Get the maxRequestBodySize value.
        Returns:
        the maxRequestBodySize value
      • withMaxRequestBodySize

        public ApplicationGatewayWebApplicationFirewallConfiguration withMaxRequestBodySize​(Integer maxRequestBodySize)
        Set the maxRequestBodySize value.
        Parameters:
        maxRequestBodySize - the maxRequestBodySize value to set
        Returns:
        the ApplicationGatewayWebApplicationFirewallConfiguration object itself.