ManagementOperationState Class
- java.
lang. Object - com.
microsoft. rest. ExpandableStringEnum<ManagementOperationState> - com.
microsoft. azure. management. sql. ManagementOperationState
- com.
- com.
public class ManagementOperationState
Defines values for ManagementOperationState.
Field Summary
Modifier and Type | Field and Description |
---|---|
final Management |
CANCEL_IN_PROGRESS
Static value CancelInProgress for ManagementOperationState. |
final Management |
CANCELLED
Static value Cancelled for ManagementOperationState. |
final Management |
FAILED
Static value Failed for ManagementOperationState. |
final Management |
IN_PROGRESS
Static value InProgress for ManagementOperationState. |
final Management |
PENDING
Static value Pending for ManagementOperationState. |
final Management |
SUCCEEDED
Static value Succeeded for ManagementOperationState. |
Method Summary
Modifier and Type | Method and Description |
---|---|
Management |
fromString(String name)
Creates or finds a ManagementOperationState from its string representation. |
Collection<Management |
values() |
Field Details
CANCEL_IN_PROGRESS
public static final ManagementOperationState CANCEL_IN_PROGRESS= fromString("CancelInProgress")
Static value CancelInProgress for ManagementOperationState.
CANCELLED
public static final ManagementOperationState CANCELLED= fromString("Cancelled")
Static value Cancelled for ManagementOperationState.
FAILED
public static final ManagementOperationState FAILED= fromString("Failed")
Static value Failed for ManagementOperationState.
IN_PROGRESS
public static final ManagementOperationState IN_PROGRESS= fromString("InProgress")
Static value InProgress for ManagementOperationState.
PENDING
public static final ManagementOperationState PENDING= fromString("Pending")
Static value Pending for ManagementOperationState.
SUCCEEDED
public static final ManagementOperationState SUCCEEDED= fromString("Succeeded")
Static value Succeeded for ManagementOperationState.
Method Details
fromString
public static ManagementOperationState fromString(String name)
Creates or finds a ManagementOperationState from its string representation.
Parameters:
Returns:
values
public static Collection
Returns:
Applies to
Azure SDK for Java