Uses of Class
com.microsoft.azure.management.network.WebApplicationFirewallTransform
Packages that use WebApplicationFirewallTransform
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of WebApplicationFirewallTransform in com.microsoft.azure.management.network
Fields in com.microsoft.azure.management.network declared as WebApplicationFirewallTransformModifier and TypeFieldDescriptionstatic final WebApplicationFirewallTransform
WebApplicationFirewallTransform.HTML_ENTITY_DECODE
Static value HtmlEntityDecode for WebApplicationFirewallTransform.static final WebApplicationFirewallTransform
WebApplicationFirewallTransform.LOWERCASE
Static value Lowercase for WebApplicationFirewallTransform.static final WebApplicationFirewallTransform
WebApplicationFirewallTransform.REMOVE_NULLS
Static value RemoveNulls for WebApplicationFirewallTransform.static final WebApplicationFirewallTransform
WebApplicationFirewallTransform.TRIM
Static value Trim for WebApplicationFirewallTransform.static final WebApplicationFirewallTransform
WebApplicationFirewallTransform.URL_DECODE
Static value UrlDecode for WebApplicationFirewallTransform.static final WebApplicationFirewallTransform
WebApplicationFirewallTransform.URL_ENCODE
Static value UrlEncode for WebApplicationFirewallTransform.Methods in com.microsoft.azure.management.network that return WebApplicationFirewallTransformModifier and TypeMethodDescriptionWebApplicationFirewallTransform.fromString
(String name) Creates or finds a WebApplicationFirewallTransform from its string representation.Methods in com.microsoft.azure.management.network that return types with arguments of type WebApplicationFirewallTransformModifier and TypeMethodDescriptionMatchCondition.transforms()
Get list of transforms.WebApplicationFirewallTransform.values()
Method parameters in com.microsoft.azure.management.network with type arguments of type WebApplicationFirewallTransformModifier and TypeMethodDescriptionMatchCondition.withTransforms
(List<WebApplicationFirewallTransform> transforms) Set list of transforms.