| Package | Description |
|---|---|
| com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
| 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 property: 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 |
|---|---|
OrchestrationServiceStateInput |
OrchestrationServiceStateInput.withAction(OrchestrationServiceStateAction action)
Set the action property: The action to be performed.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.