| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
PolicySettings |
PolicySettings.withFileUploadLimitInMb(Integer fileUploadLimitInMb)
Set maximum file upload size in Mb for WAF.
|
PolicySettings |
PolicySettings.withMaxRequestBodySizeInKb(Integer maxRequestBodySizeInKb)
Set maximum request body size in Kb for WAF.
|
PolicySettings |
PolicySettings.withMode(WebApplicationFirewallMode mode)
Set the mode of the policy.
|
PolicySettings |
PolicySettings.withRequestBodyCheck(Boolean requestBodyCheck)
Set whether to allow WAF to check request Body.
|
PolicySettings |
PolicySettings.withState(WebApplicationFirewallEnabledState state)
Set the state of the policy.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/