Uses of Class
com.azure.resourcemanager.network.models.PolicySettings
Packages that use PolicySettings
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of PolicySettings in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return PolicySettingsModifier and TypeMethodDescriptionWebApplicationFirewallPolicyInner.policySettings()Get the policySettings property: The PolicySettings for policy.WebApplicationFirewallPolicyPropertiesFormat.policySettings()Get the policySettings property: The PolicySettings for policy.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type PolicySettingsModifier and TypeMethodDescriptionWebApplicationFirewallPolicyInner.withPolicySettings(PolicySettings policySettings) Set the policySettings property: The PolicySettings for policy.WebApplicationFirewallPolicyPropertiesFormat.withPolicySettings(PolicySettings policySettings) Set the policySettings property: The PolicySettings for policy. -
Uses of PolicySettings in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return PolicySettingsModifier and TypeMethodDescriptionPolicySettings.withCustomBlockResponseBody(String customBlockResponseBody) Set the customBlockResponseBody property: If the action type is block, customer can override the response body.PolicySettings.withCustomBlockResponseStatusCode(Integer customBlockResponseStatusCode) Set the customBlockResponseStatusCode property: If the action type is block, customer can override the response status code.PolicySettings.withFileUploadLimitInMb(Integer fileUploadLimitInMb) Set the fileUploadLimitInMb property: Maximum file upload size in Mb for WAF.PolicySettings.withMaxRequestBodySizeInKb(Integer maxRequestBodySizeInKb) Set the maxRequestBodySizeInKb property: Maximum request body size in Kb for WAF.PolicySettings.withMode(WebApplicationFirewallMode mode) Set the mode property: The mode of the policy.PolicySettings.withRequestBodyCheck(Boolean requestBodyCheck) Set the requestBodyCheck property: Whether to allow WAF to check request Body.PolicySettings.withState(WebApplicationFirewallEnabledState state) Set the state property: The state of the policy.