Class OrchestrationServiceStateAction
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<OrchestrationServiceStateAction>
-
- com.azure.resourcemanager.compute.models.OrchestrationServiceStateAction
-
public final class OrchestrationServiceStateAction extends com.azure.core.util.ExpandableStringEnum<OrchestrationServiceStateAction>
Defines values for OrchestrationServiceStateAction.
-
-
Field Summary
Fields Modifier and Type Field Description static OrchestrationServiceStateActionRESUMEStatic value Resume for OrchestrationServiceStateAction.static OrchestrationServiceStateActionSUSPENDStatic value Suspend for OrchestrationServiceStateAction.
-
Constructor Summary
Constructors Constructor Description OrchestrationServiceStateAction()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static OrchestrationServiceStateActionfromString(String name)Creates or finds a OrchestrationServiceStateAction from its string representation.static Collection<OrchestrationServiceStateAction>values()
-
-
-
Field Detail
-
RESUME
public static final OrchestrationServiceStateAction RESUME
Static value Resume for OrchestrationServiceStateAction.
-
SUSPEND
public static final OrchestrationServiceStateAction SUSPEND
Static value Suspend for OrchestrationServiceStateAction.
-
-
Method Detail
-
fromString
public static OrchestrationServiceStateAction fromString(String name)
Creates or finds a OrchestrationServiceStateAction from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding OrchestrationServiceStateAction.
-
values
public static Collection<OrchestrationServiceStateAction> values()
- Returns:
- known OrchestrationServiceStateAction values.
-
-