WebApplicationFirewallTransform Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. WebApplicationFirewallTransform
- com.
- com.
public final class WebApplicationFirewallTransform
extends ExpandableStringEnum<WebApplicationFirewallTransform>
Transforms applied before matching.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Web |
HTML_ENTITY_DECODE
Static value Html |
static final
Web |
LOWERCASE
Static value Lowercase for Web |
static final
Web |
REMOVE_NULLS
Static value Remove |
static final
Web |
TRIM
Static value Trim for Web |
static final
Web |
UPPERCASE
Static value Uppercase for Web |
static final
Web |
URL_DECODE
Static value Url |
static final
Web |
URL_ENCODE
Static value Url |
Constructor Summary
Constructor | Description |
---|---|
WebApplicationFirewallTransform() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Web |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Web |
fromString(String name)
Creates or finds a Web |
static
Collection<Web |
values()
Gets known Web |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
HTML_ENTITY_DECODE
public static final WebApplicationFirewallTransform HTML_ENTITY_DECODE
Static value HtmlEntityDecode for WebApplicationFirewallTransform.
LOWERCASE
public static final WebApplicationFirewallTransform LOWERCASE
Static value Lowercase for WebApplicationFirewallTransform.
REMOVE_NULLS
public static final WebApplicationFirewallTransform REMOVE_NULLS
Static value RemoveNulls for WebApplicationFirewallTransform.
TRIM
public static final WebApplicationFirewallTransform TRIM
Static value Trim for WebApplicationFirewallTransform.
UPPERCASE
public static final WebApplicationFirewallTransform UPPERCASE
Static value Uppercase for WebApplicationFirewallTransform.
URL_DECODE
public static final WebApplicationFirewallTransform URL_DECODE
Static value UrlDecode for WebApplicationFirewallTransform.
URL_ENCODE
public static final WebApplicationFirewallTransform URL_ENCODE
Static value UrlEncode for WebApplicationFirewallTransform.
Constructor Details
WebApplicationFirewallTransform
@Deprecated
public WebApplicationFirewallTransform()
Deprecated
Creates a new instance of WebApplicationFirewallTransform value.
Method Details
fromString
public static WebApplicationFirewallTransform fromString(String name)
Creates or finds a WebApplicationFirewallTransform from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known WebApplicationFirewallTransform values.
Returns:
Applies to
Azure SDK for Java