ManagementOperationState Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. sql. models. ManagementOperationState
- com.
- com.
public final class ManagementOperationState
extends ExpandableStringEnum<ManagementOperationState>
The operation state.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Management |
CANCELLED
Cancelled. |
|
static final
Management |
CANCEL_IN_PROGRESS
Cancel |
|
static final
Management |
FAILED
Failed. |
|
static final
Management |
IN_PROGRESS
In |
|
static final
Management |
PENDING
Pending. |
|
static final
Management |
SUCCEEDED
Succeeded. |
Constructor Summary
| Constructor | Description |
|---|---|
| ManagementOperationState() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Management |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Management |
fromString(String name)
Creates or finds a Management |
|
static
Collection<Management |
values()
Gets known Management |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
CANCELLED
public static final ManagementOperationState CANCELLED
Cancelled.
CANCEL_IN_PROGRESS
public static final ManagementOperationState CANCEL_IN_PROGRESS
CancelInProgress.
FAILED
public static final ManagementOperationState FAILED
Failed.
IN_PROGRESS
public static final ManagementOperationState IN_PROGRESS
InProgress.
PENDING
public static final ManagementOperationState PENDING
Pending.
SUCCEEDED
public static final ManagementOperationState SUCCEEDED
Succeeded.
Constructor Details
ManagementOperationState
@Deprecated
public ManagementOperationState()
Deprecated
Creates a new instance of ManagementOperationState value.
Method Details
fromString
public static ManagementOperationState fromString(String name)
Creates or finds a ManagementOperationState from its string representation.
Parameters:
Returns:
values
public static Collection<ManagementOperationState> values()
Gets known ManagementOperationState values.
Returns: