SecurityPolicyType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. cdn. models. SecurityPolicyType
- com.
- com.
public final class SecurityPolicyType
extends ExpandableStringEnum<SecurityPolicyType>
The type of the Security policy to create.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Security |
WEB_APPLICATION_FIREWALL
Static value Web |
Constructor Summary
| Constructor | Description |
|---|---|
| SecurityPolicyType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Security |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Security |
fromString(String name)
Creates or finds a Security |
|
static
Collection<Security |
values()
Gets known Security |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
WEB_APPLICATION_FIREWALL
public static final SecurityPolicyType WEB_APPLICATION_FIREWALL
Static value WebApplicationFirewall for SecurityPolicyType.
Constructor Details
SecurityPolicyType
@Deprecated
public SecurityPolicyType()
Deprecated
Creates a new instance of SecurityPolicyType value.
Method Details
fromString
public static SecurityPolicyType fromString(String name)
Creates or finds a SecurityPolicyType from its string representation.
Parameters:
Returns:
values
public static Collection<SecurityPolicyType> values()
Gets known SecurityPolicyType values.
Returns: