OrchestrationServiceState Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. compute. models. OrchestrationServiceState
- com.
- com.
public final class OrchestrationServiceState
extends ExpandableStringEnum<OrchestrationServiceState>
The current state of the service.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Orchestration |
NOT_RUNNING
Static value Not |
static final
Orchestration |
RUNNING
Static value Running for Orchestration |
static final
Orchestration |
SUSPENDED
Static value Suspended for Orchestration |
Constructor Summary
Constructor | Description |
---|---|
OrchestrationServiceState() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Orchestration |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Orchestration |
fromString(String name)
Creates or finds a Orchestration |
static
Collection<Orchestration |
values()
Gets known Orchestration |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
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.
Constructor Details
OrchestrationServiceState
@Deprecated
public OrchestrationServiceState()
Deprecated
Creates a new instance of OrchestrationServiceState value.
Method Details
fromString
public static OrchestrationServiceState fromString(String name)
Creates or finds a OrchestrationServiceState from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known OrchestrationServiceState values.
Returns:
Applies to
Azure SDK for Java