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