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
Html |
|
static final
Web |
LOWERCASE
Lowercase. |
|
static final
Web |
REMOVE_NULLS
Remove |
|
static final
Web |
TRIM
Trim. |
|
static final
Web |
UPPERCASE
Uppercase. |
|
static final
Web |
URL_DECODE
Url |
|
static final
Web |
URL_ENCODE
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
HtmlEntityDecode.
LOWERCASE
public static final WebApplicationFirewallTransform LOWERCASE
Lowercase.
REMOVE_NULLS
public static final WebApplicationFirewallTransform REMOVE_NULLS
RemoveNulls.
TRIM
public static final WebApplicationFirewallTransform TRIM
Trim.
UPPERCASE
public static final WebApplicationFirewallTransform UPPERCASE
Uppercase.
URL_DECODE
public static final WebApplicationFirewallTransform URL_DECODE
UrlDecode.
URL_ENCODE
public static final WebApplicationFirewallTransform URL_ENCODE
UrlEncode.
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<WebApplicationFirewallTransform> values()
Gets known WebApplicationFirewallTransform values.
Returns: