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
Static value Cancelled for Management |
static final
Management |
CANCEL_IN_PROGRESS
Static value Cancel |
static final
Management |
FAILED
Static value Failed for Management |
static final
Management |
IN_PROGRESS
Static value In |
static final
Management |
PENDING
Static value Pending for Management |
static final
Management |
SUCCEEDED
Static value Succeeded for Management |
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
Static value Cancelled for ManagementOperationState.
CANCEL_IN_PROGRESS
public static final ManagementOperationState CANCEL_IN_PROGRESS
Static value CancelInProgress for ManagementOperationState.
FAILED
public static final ManagementOperationState FAILED
Static value Failed for ManagementOperationState.
IN_PROGRESS
public static final ManagementOperationState IN_PROGRESS
Static value InProgress for ManagementOperationState.
PENDING
public static final ManagementOperationState PENDING
Static value Pending for ManagementOperationState.
SUCCEEDED
public static final ManagementOperationState SUCCEEDED
Static value Succeeded for ManagementOperationState.
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
Gets known ManagementOperationState values.
Returns:
Applies to
Azure SDK for Java