OrchestrationServiceOperationStatus Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. compute. models. OrchestrationServiceOperationStatus
- com.
- com.
public final class OrchestrationServiceOperationStatus
extends ExpandableStringEnum<OrchestrationServiceOperationStatus>
The latest operation status of the service.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Orchestration |
COMPLETED
Static value Completed for Orchestration |
|
static final
Orchestration |
IN_PROGRESS
Static value In |
Constructor Summary
| Constructor | Description |
|---|---|
| OrchestrationServiceOperationStatus() |
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
COMPLETED
public static final OrchestrationServiceOperationStatus COMPLETED
Static value Completed for OrchestrationServiceOperationStatus.
IN_PROGRESS
public static final OrchestrationServiceOperationStatus IN_PROGRESS
Static value InProgress for OrchestrationServiceOperationStatus.
Constructor Details
OrchestrationServiceOperationStatus
@Deprecated
public OrchestrationServiceOperationStatus()
Deprecated
Creates a new instance of OrchestrationServiceOperationStatus value.
Method Details
fromString
public static OrchestrationServiceOperationStatus fromString(String name)
Creates or finds a OrchestrationServiceOperationStatus from its string representation.
Parameters:
Returns:
values
public static Collection<OrchestrationServiceOperationStatus> values()
Gets known OrchestrationServiceOperationStatus values.
Returns: