Uses of Class
com.azure.resourcemanager.network.models.WebApplicationFirewallTransform
Packages that use WebApplicationFirewallTransform
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of WebApplicationFirewallTransform in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as WebApplicationFirewallTransformModifier and TypeFieldDescriptionstatic final WebApplicationFirewallTransformWebApplicationFirewallTransform.HTML_ENTITY_DECODEStatic value HtmlEntityDecode for WebApplicationFirewallTransform.static final WebApplicationFirewallTransformWebApplicationFirewallTransform.LOWERCASEStatic value Lowercase for WebApplicationFirewallTransform.static final WebApplicationFirewallTransformWebApplicationFirewallTransform.REMOVE_NULLSStatic value RemoveNulls for WebApplicationFirewallTransform.static final WebApplicationFirewallTransformWebApplicationFirewallTransform.TRIMStatic value Trim for WebApplicationFirewallTransform.static final WebApplicationFirewallTransformWebApplicationFirewallTransform.UPPERCASEStatic value Uppercase for WebApplicationFirewallTransform.static final WebApplicationFirewallTransformWebApplicationFirewallTransform.URL_DECODEStatic value UrlDecode for WebApplicationFirewallTransform.static final WebApplicationFirewallTransformWebApplicationFirewallTransform.URL_ENCODEStatic value UrlEncode for WebApplicationFirewallTransform.Methods in com.azure.resourcemanager.network.models that return WebApplicationFirewallTransformModifier and TypeMethodDescriptionWebApplicationFirewallTransform.fromString(String name) Creates or finds a WebApplicationFirewallTransform from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type WebApplicationFirewallTransformModifier and TypeMethodDescriptionMatchCondition.transforms()Get the transforms property: List of transforms.WebApplicationFirewallTransform.values()Gets known WebApplicationFirewallTransform values.Method parameters in com.azure.resourcemanager.network.models with type arguments of type WebApplicationFirewallTransformModifier and TypeMethodDescriptionMatchCondition.withTransforms(List<WebApplicationFirewallTransform> transforms) Set the transforms property: List of transforms.