### YamlMime:JavaType uid: "com.microsoft.azure.management.network.ApplicationGatewayWebApplicationFirewallConfiguration" fullName: "com.microsoft.azure.management.network.ApplicationGatewayWebApplicationFirewallConfiguration" name: "ApplicationGatewayWebApplicationFirewallConfiguration" nameWithType: "ApplicationGatewayWebApplicationFirewallConfiguration" summary: "Application gateway web application firewall configuration." inheritances: - "" inheritedClassMethods: - classRef: "" methodsRef: - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" syntax: "public class **ApplicationGatewayWebApplicationFirewallConfiguration**" constructors: - uid: "com.microsoft.azure.management.network.ApplicationGatewayWebApplicationFirewallConfiguration.ApplicationGatewayWebApplicationFirewallConfiguration()" fullName: "com.microsoft.azure.management.network.ApplicationGatewayWebApplicationFirewallConfiguration.ApplicationGatewayWebApplicationFirewallConfiguration()" name: "ApplicationGatewayWebApplicationFirewallConfiguration()" nameWithType: "ApplicationGatewayWebApplicationFirewallConfiguration.ApplicationGatewayWebApplicationFirewallConfiguration()" syntax: "public ApplicationGatewayWebApplicationFirewallConfiguration()" methods: - uid: "com.microsoft.azure.management.network.ApplicationGatewayWebApplicationFirewallConfiguration.disabledRuleGroups()" fullName: "com.microsoft.azure.management.network.ApplicationGatewayWebApplicationFirewallConfiguration.disabledRuleGroups()" name: "disabledRuleGroups()" nameWithType: "ApplicationGatewayWebApplicationFirewallConfiguration.disabledRuleGroups()" summary: "Get the disabled rule groups." syntax: "public List disabledRuleGroups()" desc: "Get the disabled rule groups." returns: description: "the disabledRuleGroups value" type: "<>" - uid: "com.microsoft.azure.management.network.ApplicationGatewayWebApplicationFirewallConfiguration.enabled()" fullName: "com.microsoft.azure.management.network.ApplicationGatewayWebApplicationFirewallConfiguration.enabled()" name: "enabled()" nameWithType: "ApplicationGatewayWebApplicationFirewallConfiguration.enabled()" summary: "Get whether the web application firewall is enabled or not." syntax: "public boolean enabled()" desc: "Get whether the web application firewall is enabled or not." returns: description: "the enabled value" type: "" - uid: "com.microsoft.azure.management.network.ApplicationGatewayWebApplicationFirewallConfiguration.exclusions()" fullName: "com.microsoft.azure.management.network.ApplicationGatewayWebApplicationFirewallConfiguration.exclusions()" name: "exclusions()" nameWithType: "ApplicationGatewayWebApplicationFirewallConfiguration.exclusions()" summary: "Get the exclusion list." syntax: "public List exclusions()" desc: "Get the exclusion list." returns: description: "the exclusions value" type: "<>" - uid: "com.microsoft.azure.management.network.ApplicationGatewayWebApplicationFirewallConfiguration.fileUploadLimitInMb()" fullName: "com.microsoft.azure.management.network.ApplicationGatewayWebApplicationFirewallConfiguration.fileUploadLimitInMb()" name: "fileUploadLimitInMb()" nameWithType: "ApplicationGatewayWebApplicationFirewallConfiguration.fileUploadLimitInMb()" summary: "Get maximum file upload size in Mb for WAF." syntax: "public Integer fileUploadLimitInMb()" desc: "Get maximum file upload size in Mb for WAF." returns: description: "the fileUploadLimitInMb value" type: "" - uid: "com.microsoft.azure.management.network.ApplicationGatewayWebApplicationFirewallConfiguration.firewallMode()" fullName: "com.microsoft.azure.management.network.ApplicationGatewayWebApplicationFirewallConfiguration.firewallMode()" name: "firewallMode()" nameWithType: "ApplicationGatewayWebApplicationFirewallConfiguration.firewallMode()" summary: "Get web application firewall mode." syntax: "public ApplicationGatewayFirewallMode firewallMode()" desc: "Get web application firewall mode. Possible values include: 'Detection', 'Prevention'." returns: description: "the firewallMode value" type: "" - uid: "com.microsoft.azure.management.network.ApplicationGatewayWebApplicationFirewallConfiguration.maxRequestBodySize()" fullName: "com.microsoft.azure.management.network.ApplicationGatewayWebApplicationFirewallConfiguration.maxRequestBodySize()" name: "maxRequestBodySize()" nameWithType: "ApplicationGatewayWebApplicationFirewallConfiguration.maxRequestBodySize()" summary: "Get maximum request body size for WAF." syntax: "public Integer maxRequestBodySize()" desc: "Get maximum request body size for WAF." returns: description: "the maxRequestBodySize value" type: "" - uid: "com.microsoft.azure.management.network.ApplicationGatewayWebApplicationFirewallConfiguration.maxRequestBodySizeInKb()" fullName: "com.microsoft.azure.management.network.ApplicationGatewayWebApplicationFirewallConfiguration.maxRequestBodySizeInKb()" name: "maxRequestBodySizeInKb()" nameWithType: "ApplicationGatewayWebApplicationFirewallConfiguration.maxRequestBodySizeInKb()" summary: "Get maximum request body size in Kb for WAF." syntax: "public Integer maxRequestBodySizeInKb()" desc: "Get maximum request body size in Kb for WAF." returns: description: "the maxRequestBodySizeInKb value" type: "" - uid: "com.microsoft.azure.management.network.ApplicationGatewayWebApplicationFirewallConfiguration.requestBodyCheck()" fullName: "com.microsoft.azure.management.network.ApplicationGatewayWebApplicationFirewallConfiguration.requestBodyCheck()" name: "requestBodyCheck()" nameWithType: "ApplicationGatewayWebApplicationFirewallConfiguration.requestBodyCheck()" summary: "Get whether allow WAF to check request Body." syntax: "public Boolean requestBodyCheck()" desc: "Get whether allow WAF to check request Body." returns: description: "the requestBodyCheck value" type: "" - uid: "com.microsoft.azure.management.network.ApplicationGatewayWebApplicationFirewallConfiguration.ruleSetType()" fullName: "com.microsoft.azure.management.network.ApplicationGatewayWebApplicationFirewallConfiguration.ruleSetType()" name: "ruleSetType()" nameWithType: "ApplicationGatewayWebApplicationFirewallConfiguration.ruleSetType()" summary: "Get the type of the web application firewall rule set." syntax: "public String ruleSetType()" desc: "Get the type of the web application firewall rule set. Possible values are: 'OWASP'." returns: description: "the ruleSetType value" type: "" - uid: "com.microsoft.azure.management.network.ApplicationGatewayWebApplicationFirewallConfiguration.ruleSetVersion()" fullName: "com.microsoft.azure.management.network.ApplicationGatewayWebApplicationFirewallConfiguration.ruleSetVersion()" name: "ruleSetVersion()" nameWithType: "ApplicationGatewayWebApplicationFirewallConfiguration.ruleSetVersion()" summary: "Get the version of the rule set type." syntax: "public String ruleSetVersion()" desc: "Get the version of the rule set type." returns: description: "the ruleSetVersion value" type: "" - uid: "com.microsoft.azure.management.network.ApplicationGatewayWebApplicationFirewallConfiguration.withDisabledRuleGroups(java.util.List)" fullName: "com.microsoft.azure.management.network.ApplicationGatewayWebApplicationFirewallConfiguration.withDisabledRuleGroups(List disabledRuleGroups)" name: "withDisabledRuleGroups(List disabledRuleGroups)" nameWithType: "ApplicationGatewayWebApplicationFirewallConfiguration.withDisabledRuleGroups(List disabledRuleGroups)" summary: "Set the disabled rule groups." parameters: - description: "the disabledRuleGroups value to set" name: "disabledRuleGroups" type: "<>" syntax: "public ApplicationGatewayWebApplicationFirewallConfiguration withDisabledRuleGroups(List disabledRuleGroups)" desc: "Set the disabled rule groups." returns: description: "the ApplicationGatewayWebApplicationFirewallConfiguration object itself." type: "" - uid: "com.microsoft.azure.management.network.ApplicationGatewayWebApplicationFirewallConfiguration.withEnabled(boolean)" fullName: "com.microsoft.azure.management.network.ApplicationGatewayWebApplicationFirewallConfiguration.withEnabled(boolean enabled)" name: "withEnabled(boolean enabled)" nameWithType: "ApplicationGatewayWebApplicationFirewallConfiguration.withEnabled(boolean enabled)" summary: "Set whether the web application firewall is enabled or not." parameters: - description: "the enabled value to set" name: "enabled" type: "" syntax: "public ApplicationGatewayWebApplicationFirewallConfiguration withEnabled(boolean enabled)" desc: "Set whether the web application firewall is enabled or not." returns: description: "the ApplicationGatewayWebApplicationFirewallConfiguration object itself." type: "" - uid: "com.microsoft.azure.management.network.ApplicationGatewayWebApplicationFirewallConfiguration.withExclusions(java.util.List)" fullName: "com.microsoft.azure.management.network.ApplicationGatewayWebApplicationFirewallConfiguration.withExclusions(List exclusions)" name: "withExclusions(List exclusions)" nameWithType: "ApplicationGatewayWebApplicationFirewallConfiguration.withExclusions(List exclusions)" summary: "Set the exclusion list." parameters: - description: "the exclusions value to set" name: "exclusions" type: "<>" syntax: "public ApplicationGatewayWebApplicationFirewallConfiguration withExclusions(List exclusions)" desc: "Set the exclusion list." returns: description: "the ApplicationGatewayWebApplicationFirewallConfiguration object itself." type: "" - uid: "com.microsoft.azure.management.network.ApplicationGatewayWebApplicationFirewallConfiguration.withFileUploadLimitInMb(java.lang.Integer)" fullName: "com.microsoft.azure.management.network.ApplicationGatewayWebApplicationFirewallConfiguration.withFileUploadLimitInMb(Integer fileUploadLimitInMb)" name: "withFileUploadLimitInMb(Integer fileUploadLimitInMb)" nameWithType: "ApplicationGatewayWebApplicationFirewallConfiguration.withFileUploadLimitInMb(Integer fileUploadLimitInMb)" summary: "Set maximum file upload size in Mb for WAF." parameters: - description: "the fileUploadLimitInMb value to set" name: "fileUploadLimitInMb" type: "" syntax: "public ApplicationGatewayWebApplicationFirewallConfiguration withFileUploadLimitInMb(Integer fileUploadLimitInMb)" desc: "Set maximum file upload size in Mb for WAF." returns: description: "the ApplicationGatewayWebApplicationFirewallConfiguration object itself." type: "" - uid: "com.microsoft.azure.management.network.ApplicationGatewayWebApplicationFirewallConfiguration.withFirewallMode(com.microsoft.azure.management.network.ApplicationGatewayFirewallMode)" fullName: "com.microsoft.azure.management.network.ApplicationGatewayWebApplicationFirewallConfiguration.withFirewallMode(ApplicationGatewayFirewallMode firewallMode)" name: "withFirewallMode(ApplicationGatewayFirewallMode firewallMode)" nameWithType: "ApplicationGatewayWebApplicationFirewallConfiguration.withFirewallMode(ApplicationGatewayFirewallMode firewallMode)" summary: "Set web application firewall mode." parameters: - description: "the firewallMode value to set" name: "firewallMode" type: "" syntax: "public ApplicationGatewayWebApplicationFirewallConfiguration withFirewallMode(ApplicationGatewayFirewallMode firewallMode)" desc: "Set web application firewall mode. Possible values include: 'Detection', 'Prevention'." returns: description: "the ApplicationGatewayWebApplicationFirewallConfiguration object itself." type: "" - uid: "com.microsoft.azure.management.network.ApplicationGatewayWebApplicationFirewallConfiguration.withMaxRequestBodySize(java.lang.Integer)" fullName: "com.microsoft.azure.management.network.ApplicationGatewayWebApplicationFirewallConfiguration.withMaxRequestBodySize(Integer maxRequestBodySize)" name: "withMaxRequestBodySize(Integer maxRequestBodySize)" nameWithType: "ApplicationGatewayWebApplicationFirewallConfiguration.withMaxRequestBodySize(Integer maxRequestBodySize)" summary: "Set maximum request body size for WAF." parameters: - description: "the maxRequestBodySize value to set" name: "maxRequestBodySize" type: "" syntax: "public ApplicationGatewayWebApplicationFirewallConfiguration withMaxRequestBodySize(Integer maxRequestBodySize)" desc: "Set maximum request body size for WAF." returns: description: "the ApplicationGatewayWebApplicationFirewallConfiguration object itself." type: "" - uid: "com.microsoft.azure.management.network.ApplicationGatewayWebApplicationFirewallConfiguration.withMaxRequestBodySizeInKb(java.lang.Integer)" fullName: "com.microsoft.azure.management.network.ApplicationGatewayWebApplicationFirewallConfiguration.withMaxRequestBodySizeInKb(Integer maxRequestBodySizeInKb)" name: "withMaxRequestBodySizeInKb(Integer maxRequestBodySizeInKb)" nameWithType: "ApplicationGatewayWebApplicationFirewallConfiguration.withMaxRequestBodySizeInKb(Integer maxRequestBodySizeInKb)" summary: "Set maximum request body size in Kb for WAF." parameters: - description: "the maxRequestBodySizeInKb value to set" name: "maxRequestBodySizeInKb" type: "" syntax: "public ApplicationGatewayWebApplicationFirewallConfiguration withMaxRequestBodySizeInKb(Integer maxRequestBodySizeInKb)" desc: "Set maximum request body size in Kb for WAF." returns: description: "the ApplicationGatewayWebApplicationFirewallConfiguration object itself." type: "" - uid: "com.microsoft.azure.management.network.ApplicationGatewayWebApplicationFirewallConfiguration.withRequestBodyCheck(java.lang.Boolean)" fullName: "com.microsoft.azure.management.network.ApplicationGatewayWebApplicationFirewallConfiguration.withRequestBodyCheck(Boolean requestBodyCheck)" name: "withRequestBodyCheck(Boolean requestBodyCheck)" nameWithType: "ApplicationGatewayWebApplicationFirewallConfiguration.withRequestBodyCheck(Boolean requestBodyCheck)" summary: "Set whether allow WAF to check request Body." parameters: - description: "the requestBodyCheck value to set" name: "requestBodyCheck" type: "" syntax: "public ApplicationGatewayWebApplicationFirewallConfiguration withRequestBodyCheck(Boolean requestBodyCheck)" desc: "Set whether allow WAF to check request Body." returns: description: "the ApplicationGatewayWebApplicationFirewallConfiguration object itself." type: "" - uid: "com.microsoft.azure.management.network.ApplicationGatewayWebApplicationFirewallConfiguration.withRuleSetType(java.lang.String)" fullName: "com.microsoft.azure.management.network.ApplicationGatewayWebApplicationFirewallConfiguration.withRuleSetType(String ruleSetType)" name: "withRuleSetType(String ruleSetType)" nameWithType: "ApplicationGatewayWebApplicationFirewallConfiguration.withRuleSetType(String ruleSetType)" summary: "Set the type of the web application firewall rule set." parameters: - description: "the ruleSetType value to set" name: "ruleSetType" type: "" syntax: "public ApplicationGatewayWebApplicationFirewallConfiguration withRuleSetType(String ruleSetType)" desc: "Set the type of the web application firewall rule set. Possible values are: 'OWASP'." returns: description: "the ApplicationGatewayWebApplicationFirewallConfiguration object itself." type: "" - uid: "com.microsoft.azure.management.network.ApplicationGatewayWebApplicationFirewallConfiguration.withRuleSetVersion(java.lang.String)" fullName: "com.microsoft.azure.management.network.ApplicationGatewayWebApplicationFirewallConfiguration.withRuleSetVersion(String ruleSetVersion)" name: "withRuleSetVersion(String ruleSetVersion)" nameWithType: "ApplicationGatewayWebApplicationFirewallConfiguration.withRuleSetVersion(String ruleSetVersion)" summary: "Set the version of the rule set type." parameters: - description: "the ruleSetVersion value to set" name: "ruleSetVersion" type: "" syntax: "public ApplicationGatewayWebApplicationFirewallConfiguration withRuleSetVersion(String ruleSetVersion)" desc: "Set the version of the rule set type." returns: description: "the ApplicationGatewayWebApplicationFirewallConfiguration object itself." type: "" type: "class" desc: "Application gateway web application firewall configuration." metadata: {} package: "com.microsoft.azure.management.network" artifact: com.microsoft.azure:azure-mgmt-network:1.41.4