| Modifier and Type | Field and Description |
|---|---|
static OrchestrationServiceState |
OrchestrationServiceState.NOT_RUNNING
Static value NotRunning for OrchestrationServiceState.
|
static OrchestrationServiceState |
OrchestrationServiceState.RUNNING
Static value Running for OrchestrationServiceState.
|
static OrchestrationServiceState |
OrchestrationServiceState.SUSPENDED
Static value Suspended for OrchestrationServiceState.
|
| Modifier and Type | Method and Description |
|---|---|
static OrchestrationServiceState |
OrchestrationServiceState.fromString(String name)
Creates or finds a OrchestrationServiceState from its string representation.
|
OrchestrationServiceState |
OrchestrationServiceSummary.serviceState()
Get the current state of the service.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<OrchestrationServiceState> |
OrchestrationServiceState.values() |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/