Class EnabledState
java.lang.Object
com.azure.core.util.ExpandableStringEnum<EnabledState>
com.azure.resourcemanager.cdn.models.EnabledState
Whether to enable use of this rule. Permitted values are 'Enabled' or 'Disabled'.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EnabledStateStatic value Disabled for EnabledState.static final EnabledStateStatic value Enabled for EnabledState. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EnabledStatefromString(String name) Creates or finds a EnabledState from its string representation.static Collection<EnabledState>values()Gets known EnabledState values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
ENABLED
Static value Enabled for EnabledState. -
DISABLED
Static value Disabled for EnabledState.
-
-
Constructor Details
-
EnabledState
public EnabledState()
-
-
Method Details
-
fromString
Creates or finds a EnabledState from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding EnabledState.
-
values
Gets known EnabledState values.- Returns:
- known EnabledState values.
-