Class PolicyEnabledState
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<PolicyEnabledState>
com.microsoft.azure.management.cdn.PolicyEnabledState
public final class PolicyEnabledState
extends com.microsoft.rest.ExpandableStringEnum<PolicyEnabledState>
Defines values for PolicyEnabledState.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final PolicyEnabledState
Static value Disabled for PolicyEnabledState.static final PolicyEnabledState
Static value Enabled for PolicyEnabledState. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic PolicyEnabledState
fromString
(String name) Creates or finds a PolicyEnabledState from its string representation.static Collection<PolicyEnabledState>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
DISABLED
Static value Disabled for PolicyEnabledState. -
ENABLED
Static value Enabled for PolicyEnabledState.
-
-
Constructor Details
-
PolicyEnabledState
public PolicyEnabledState()
-
-
Method Details
-
fromString
Creates or finds a PolicyEnabledState from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding PolicyEnabledState
-
values
- Returns:
- known PolicyEnabledState values
-