| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static WebApplicationFirewallTransform |
WebApplicationFirewallTransform.HTML_ENTITY_DECODE
Static value HtmlEntityDecode for WebApplicationFirewallTransform.
|
static WebApplicationFirewallTransform |
WebApplicationFirewallTransform.LOWERCASE
Static value Lowercase for WebApplicationFirewallTransform.
|
static WebApplicationFirewallTransform |
WebApplicationFirewallTransform.REMOVE_NULLS
Static value RemoveNulls for WebApplicationFirewallTransform.
|
static WebApplicationFirewallTransform |
WebApplicationFirewallTransform.TRIM
Static value Trim for WebApplicationFirewallTransform.
|
static WebApplicationFirewallTransform |
WebApplicationFirewallTransform.URL_DECODE
Static value UrlDecode for WebApplicationFirewallTransform.
|
static WebApplicationFirewallTransform |
WebApplicationFirewallTransform.URL_ENCODE
Static value UrlEncode for WebApplicationFirewallTransform.
|
| Modifier and Type | Method and Description |
|---|---|
static WebApplicationFirewallTransform |
WebApplicationFirewallTransform.fromString(String name)
Creates or finds a WebApplicationFirewallTransform from its string representation.
|
| Modifier and Type | Method and Description |
|---|---|
List<WebApplicationFirewallTransform> |
MatchCondition.transforms()
Get list of transforms.
|
static Collection<WebApplicationFirewallTransform> |
WebApplicationFirewallTransform.values() |
| Modifier and Type | Method and Description |
|---|---|
MatchCondition |
MatchCondition.withTransforms(List<WebApplicationFirewallTransform> transforms)
Set list of transforms.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/