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