Class OrchestrationServiceState
java.lang.Object
com.azure.core.util.ExpandableStringEnum<OrchestrationServiceState>
com.azure.resourcemanager.compute.models.OrchestrationServiceState
public final class OrchestrationServiceState
extends com.azure.core.util.ExpandableStringEnum<OrchestrationServiceState>
The current state of the service.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final OrchestrationServiceStateStatic value NotRunning for OrchestrationServiceState.static final OrchestrationServiceStateStatic value Running for OrchestrationServiceState.static final OrchestrationServiceStateStatic value Suspended for OrchestrationServiceState. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic OrchestrationServiceStatefromString(String name) Creates or finds a OrchestrationServiceState from its string representation.static Collection<OrchestrationServiceState>values()Gets known OrchestrationServiceState values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
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
Gets known OrchestrationServiceState values.- Returns:
- known OrchestrationServiceState values.
-