| Modifier and Type | Field and Description |
|---|---|
static ManagementOperationState |
ManagementOperationState.CANCEL_IN_PROGRESS
Static value CancelInProgress for ManagementOperationState.
|
static ManagementOperationState |
ManagementOperationState.CANCELLED
Static value Cancelled for ManagementOperationState.
|
static ManagementOperationState |
ManagementOperationState.FAILED
Static value Failed for ManagementOperationState.
|
static ManagementOperationState |
ManagementOperationState.IN_PROGRESS
Static value InProgress for ManagementOperationState.
|
static ManagementOperationState |
ManagementOperationState.PENDING
Static value Pending for ManagementOperationState.
|
static ManagementOperationState |
ManagementOperationState.SUCCEEDED
Static value Succeeded for ManagementOperationState.
|
| Modifier and Type | Method and Description |
|---|---|
static ManagementOperationState |
ManagementOperationState.fromString(String name)
Creates or finds a ManagementOperationState from its string representation.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<ManagementOperationState> |
ManagementOperationState.values() |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/