Package | Description |
---|---|
com.microsoft.azure.management.sql |
This package contains the classes for SqlManagementClient.
|
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 © 2019. All rights reserved.