| Package | Description |
|---|---|
| com.azure.resourcemanager.sql.fluent.models |
Package containing the inner data models for SqlManagementClient.
|
| com.azure.resourcemanager.sql.models |
Package containing the data models for SqlManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ManagementOperationState |
ManagedInstanceOperationInner.state()
Get the state property: The operation state.
|
ManagementOperationState |
DatabaseOperationInner.state()
Get the state property: The operation state.
|
| 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.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.