Class OrchestrationServiceStateAction
java.lang.Object
com.azure.core.util.ExpandableStringEnum<OrchestrationServiceStateAction>
com.azure.resourcemanager.compute.models.OrchestrationServiceStateAction
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class OrchestrationServiceStateAction
extends com.azure.core.util.ExpandableStringEnum<OrchestrationServiceStateAction>
The action to be performed.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final OrchestrationServiceStateActionStatic value Resume for OrchestrationServiceStateAction.static final OrchestrationServiceStateActionStatic value Suspend for OrchestrationServiceStateAction. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a OrchestrationServiceStateAction from its string representation.values()Gets known OrchestrationServiceStateAction values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
RESUME
Static value Resume for OrchestrationServiceStateAction. -
SUSPEND
Static value Suspend for OrchestrationServiceStateAction.
-
-
Constructor Details
-
OrchestrationServiceStateAction
Deprecated.Use thefromString(String)factory method.Creates a new instance of OrchestrationServiceStateAction value.
-
-
Method Details
-
fromString
Creates or finds a OrchestrationServiceStateAction from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding OrchestrationServiceStateAction.
-
values
Gets known OrchestrationServiceStateAction values.- Returns:
- known OrchestrationServiceStateAction values.
-
fromString(String)factory method.