public final class OrchestrationServiceState extends com.microsoft.rest.ExpandableStringEnum<OrchestrationServiceState>
| Modifier and Type | Field and Description |
|---|---|
static OrchestrationServiceState |
NOT_RUNNING
Static value NotRunning for OrchestrationServiceState.
|
static OrchestrationServiceState |
RUNNING
Static value Running for OrchestrationServiceState.
|
static OrchestrationServiceState |
SUSPENDED
Static value Suspended for OrchestrationServiceState.
|
| Constructor and Description |
|---|
OrchestrationServiceState() |
| Modifier and Type | Method and Description |
|---|---|
static OrchestrationServiceState |
fromString(String name)
Creates or finds a OrchestrationServiceState from its string representation.
|
static Collection<OrchestrationServiceState> |
values() |
public static final OrchestrationServiceState NOT_RUNNING
public static final OrchestrationServiceState RUNNING
public static final OrchestrationServiceState SUSPENDED
public static OrchestrationServiceState fromString(String name)
name - a name to look forpublic static Collection<OrchestrationServiceState> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/