Class EsuKeyState
java.lang.Object
com.azure.core.util.ExpandableStringEnum<EsuKeyState>
com.azure.resourcemanager.hybridcompute.models.EsuKeyState
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
The ESU key state.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EsuKeyStateStatic value Active for EsuKeyState.static final EsuKeyStateStatic value Inactive for EsuKeyState. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EsuKeyStatefromString(String name) Creates or finds a EsuKeyState from its string representation.static Collection<EsuKeyState> values()Gets known EsuKeyState values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
INACTIVE
Static value Inactive for EsuKeyState. -
ACTIVE
Static value Active for EsuKeyState.
-
-
Constructor Details
-
EsuKeyState
Deprecated.Use thefromString(String)factory method.Creates a new instance of EsuKeyState value.
-
-
Method Details
-
fromString
Creates or finds a EsuKeyState from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding EsuKeyState.
-
values
Gets known EsuKeyState values.- Returns:
- known EsuKeyState values.
-
fromString(String)factory method.