| 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.
|
| Modifier and Type | Method and Description |
|---|---|
PolicySettings |
WebApplicationFirewallPolicyInner.policySettings()
Get the policySettings property: The PolicySettings for policy.
|
| Modifier and Type | Method and Description |
|---|---|
WebApplicationFirewallPolicyInner |
WebApplicationFirewallPolicyInner.withPolicySettings(PolicySettings policySettings)
Set the policySettings property: The PolicySettings for policy.
|
| Modifier and Type | Method and Description |
|---|---|
PolicySettings |
PolicySettings.withFileUploadLimitInMb(Integer fileUploadLimitInMb)
Set the fileUploadLimitInMb property: Maximum file upload size in Mb for WAF.
|
PolicySettings |
PolicySettings.withMaxRequestBodySizeInKb(Integer maxRequestBodySizeInKb)
Set the maxRequestBodySizeInKb property: Maximum request body size in Kb for WAF.
|
PolicySettings |
PolicySettings.withMode(WebApplicationFirewallMode mode)
Set the mode property: The mode of the policy.
|
PolicySettings |
PolicySettings.withRequestBodyCheck(Boolean requestBodyCheck)
Set the requestBodyCheck property: Whether to allow WAF to check request Body.
|
PolicySettings |
PolicySettings.withState(WebApplicationFirewallEnabledState state)
Set the state property: The state of the policy.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.