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>
Defines values for OrchestrationServiceState.
-
-
Field Summary
Fields Modifier and Type Field Description static OrchestrationServiceStateNOT_RUNNINGStatic value NotRunning for OrchestrationServiceState.static OrchestrationServiceStateRUNNINGStatic value Running for OrchestrationServiceState.static OrchestrationServiceStateSUSPENDEDStatic value Suspended for OrchestrationServiceState.
-
Constructor Summary
Constructors Constructor Description OrchestrationServiceState()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static OrchestrationServiceStatefromString(String name)Creates or finds a OrchestrationServiceState from its string representation.static Collection<OrchestrationServiceState>values()
-
-
-
Field Detail
-
NOT_RUNNING
public static final OrchestrationServiceState NOT_RUNNING
Static value NotRunning for OrchestrationServiceState.
-
RUNNING
public static final OrchestrationServiceState RUNNING
Static value Running for OrchestrationServiceState.
-
SUSPENDED
public static final OrchestrationServiceState SUSPENDED
Static value Suspended for OrchestrationServiceState.
-
-
Method Detail
-
fromString
public static OrchestrationServiceState fromString(String name)
Creates or finds a OrchestrationServiceState from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding OrchestrationServiceState.
-
values
public static Collection<OrchestrationServiceState> values()
- Returns:
- known OrchestrationServiceState values.
-
-