Uses of Class
com.azure.resourcemanager.network.models.PolicySettings
-
Packages that use PolicySettings Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 PolicySettings Modifier and Type Method Description PolicySettingsWebApplicationFirewallPolicyInner. policySettings()Get the policySettings property: The PolicySettings for policy.PolicySettingsWebApplicationFirewallPolicyPropertiesFormat. policySettings()Get the policySettings property: The PolicySettings for policy.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type PolicySettings Modifier and Type Method Description WebApplicationFirewallPolicyInnerWebApplicationFirewallPolicyInner. withPolicySettings(PolicySettings policySettings)Set the policySettings property: The PolicySettings for policy.WebApplicationFirewallPolicyPropertiesFormatWebApplicationFirewallPolicyPropertiesFormat. 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 PolicySettings Modifier and Type Method Description PolicySettingsPolicySettings. withFileUploadLimitInMb(Integer fileUploadLimitInMb)Set the fileUploadLimitInMb property: Maximum file upload size in Mb for WAF.PolicySettingsPolicySettings. withMaxRequestBodySizeInKb(Integer maxRequestBodySizeInKb)Set the maxRequestBodySizeInKb property: Maximum request body size in Kb for WAF.PolicySettingsPolicySettings. withMode(WebApplicationFirewallMode mode)Set the mode property: The mode of the policy.PolicySettingsPolicySettings. withRequestBodyCheck(Boolean requestBodyCheck)Set the requestBodyCheck property: Whether to allow WAF to check request Body.PolicySettingsPolicySettings. withState(WebApplicationFirewallEnabledState state)Set the state property: The state of the policy.
-