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