Class PolicyEnabledState
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<PolicyEnabledState>
-
- com.azure.resourcemanager.cdn.models.PolicyEnabledState
-
public final class PolicyEnabledState extends com.azure.core.util.ExpandableStringEnum<PolicyEnabledState>
Defines values for PolicyEnabledState.
-
-
Field Summary
Fields Modifier and Type Field Description static PolicyEnabledStateDISABLEDStatic value Disabled for PolicyEnabledState.static PolicyEnabledStateENABLEDStatic value Enabled for PolicyEnabledState.
-
Constructor Summary
Constructors Constructor Description PolicyEnabledState()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PolicyEnabledStatefromString(String name)Creates or finds a PolicyEnabledState from its string representation.static Collection<PolicyEnabledState>values()
-
-
-
Field Detail
-
DISABLED
public static final PolicyEnabledState DISABLED
Static value Disabled for PolicyEnabledState.
-
ENABLED
public static final PolicyEnabledState ENABLED
Static value Enabled for PolicyEnabledState.
-
-
Method Detail
-
fromString
public static PolicyEnabledState fromString(String name)
Creates or finds a PolicyEnabledState from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding PolicyEnabledState.
-
values
public static Collection<PolicyEnabledState> values()
- Returns:
- known PolicyEnabledState values.
-
-