Uses of Class
com.microsoft.azure.management.network.PolicySettings
Packages that use PolicySettings
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of PolicySettings in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return PolicySettingsModifier and TypeMethodDescriptionPolicySettings.withFileUploadLimitInMb
(Integer fileUploadLimitInMb) Set maximum file upload size in Mb for WAF.PolicySettings.withMaxRequestBodySizeInKb
(Integer maxRequestBodySizeInKb) Set maximum request body size in Kb for WAF.PolicySettings.withMode
(WebApplicationFirewallMode mode) Set the mode of the policy.PolicySettings.withRequestBodyCheck
(Boolean requestBodyCheck) Set whether to allow WAF to check request Body.PolicySettings.withState
(WebApplicationFirewallEnabledState state) Set the state of the policy.