Uses of Class
com.azure.resourcemanager.network.models.WebApplicationFirewallTransform
-
Packages that use WebApplicationFirewallTransform Package Description com.azure.resourcemanager.network.models 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 WebApplicationFirewallTransform Modifier and Type Field Description static WebApplicationFirewallTransformWebApplicationFirewallTransform. HTML_ENTITY_DECODEStatic value HtmlEntityDecode for WebApplicationFirewallTransform.static WebApplicationFirewallTransformWebApplicationFirewallTransform. LOWERCASEStatic value Lowercase for WebApplicationFirewallTransform.static WebApplicationFirewallTransformWebApplicationFirewallTransform. REMOVE_NULLSStatic value RemoveNulls for WebApplicationFirewallTransform.static WebApplicationFirewallTransformWebApplicationFirewallTransform. TRIMStatic value Trim for WebApplicationFirewallTransform.static WebApplicationFirewallTransformWebApplicationFirewallTransform. URL_DECODEStatic value UrlDecode for WebApplicationFirewallTransform.static WebApplicationFirewallTransformWebApplicationFirewallTransform. URL_ENCODEStatic value UrlEncode for WebApplicationFirewallTransform.Methods in com.azure.resourcemanager.network.models that return WebApplicationFirewallTransform Modifier and Type Method Description static WebApplicationFirewallTransformWebApplicationFirewallTransform. 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 WebApplicationFirewallTransform Modifier and Type Method Description List<WebApplicationFirewallTransform>MatchCondition. transforms()Get the transforms property: List of transforms.static Collection<WebApplicationFirewallTransform>WebApplicationFirewallTransform. values()Method parameters in com.azure.resourcemanager.network.models with type arguments of type WebApplicationFirewallTransform Modifier and Type Method Description MatchConditionMatchCondition. withTransforms(List<WebApplicationFirewallTransform> transforms)Set the transforms property: List of transforms.
-