public final class OrchestrationServiceStateAction extends com.azure.core.util.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 for.public static Collection<OrchestrationServiceStateAction> values()
Copyright © 2020 Microsoft Corporation. All rights reserved.