Class OrchestrationServiceState
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<OrchestrationServiceState>
com.microsoft.azure.management.compute.OrchestrationServiceState
public final class OrchestrationServiceState
extends com.microsoft.rest.ExpandableStringEnum<OrchestrationServiceState>
Defines values for OrchestrationServiceState.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final OrchestrationServiceState
Static value NotRunning for OrchestrationServiceState.static final OrchestrationServiceState
Static value Running for OrchestrationServiceState.static final OrchestrationServiceState
Static value Suspended for OrchestrationServiceState. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic OrchestrationServiceState
fromString
(String name) Creates or finds a OrchestrationServiceState from its string representation.static Collection<OrchestrationServiceState>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
NOT_RUNNING
Static value NotRunning for OrchestrationServiceState. -
RUNNING
Static value Running for OrchestrationServiceState. -
SUSPENDED
Static value Suspended for OrchestrationServiceState.
-
-
Constructor Details
-
OrchestrationServiceState
public OrchestrationServiceState()
-
-
Method Details
-
fromString
Creates or finds a OrchestrationServiceState from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding OrchestrationServiceState
-
values
- Returns:
- known OrchestrationServiceState values
-