Class OrchestrationServiceStateAction
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<OrchestrationServiceStateAction>
com.microsoft.azure.management.compute.OrchestrationServiceStateAction
public final class OrchestrationServiceStateAction
extends com.microsoft.rest.ExpandableStringEnum<OrchestrationServiceStateAction>
Defines values for OrchestrationServiceStateAction.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final OrchestrationServiceStateAction
Static value Resume for OrchestrationServiceStateAction.static final OrchestrationServiceStateAction
Static value Suspend for OrchestrationServiceStateAction. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfromString
(String name) Creates or finds a OrchestrationServiceStateAction from its string representation.values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
RESUME
Static value Resume for OrchestrationServiceStateAction. -
SUSPEND
Static value Suspend for OrchestrationServiceStateAction.
-
-
Constructor Details
-
OrchestrationServiceStateAction
public OrchestrationServiceStateAction()
-
-
Method Details
-
fromString
Creates or finds a OrchestrationServiceStateAction from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding OrchestrationServiceStateAction
-
values
- Returns:
- known OrchestrationServiceStateAction values
-