| Modifier and Type | Field and Description |
|---|---|
static OrchestrationServiceStateAction |
OrchestrationServiceStateAction.RESUME
Static value Resume for OrchestrationServiceStateAction.
|
static OrchestrationServiceStateAction |
OrchestrationServiceStateAction.SUSPEND
Static value Suspend for OrchestrationServiceStateAction.
|
| Modifier and Type | Method and Description |
|---|---|
OrchestrationServiceStateAction |
OrchestrationServiceStateInput.action()
Get the action to be performed.
|
static OrchestrationServiceStateAction |
OrchestrationServiceStateAction.fromString(String name)
Creates or finds a OrchestrationServiceStateAction from its string representation.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<OrchestrationServiceStateAction> |
OrchestrationServiceStateAction.values() |
| Modifier and Type | Method and Description |
|---|---|
OrchestrationServiceStateInput |
OrchestrationServiceStateInput.withAction(OrchestrationServiceStateAction action)
Set the action to be performed.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/