Class ManagementOperationState
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<ManagementOperationState>
com.microsoft.azure.management.sql.ManagementOperationState
public final class ManagementOperationState
extends com.microsoft.rest.ExpandableStringEnum<ManagementOperationState>
Defines values for ManagementOperationState.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ManagementOperationState
Static value CancelInProgress for ManagementOperationState.static final ManagementOperationState
Static value Cancelled for ManagementOperationState.static final ManagementOperationState
Static value Failed for ManagementOperationState.static final ManagementOperationState
Static value InProgress for ManagementOperationState.static final ManagementOperationState
Static value Pending for ManagementOperationState.static final ManagementOperationState
Static value Succeeded for ManagementOperationState. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ManagementOperationState
fromString
(String name) Creates or finds a ManagementOperationState from its string representation.static Collection<ManagementOperationState>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
PENDING
Static value Pending for ManagementOperationState. -
IN_PROGRESS
Static value InProgress for ManagementOperationState. -
SUCCEEDED
Static value Succeeded for ManagementOperationState. -
FAILED
Static value Failed for ManagementOperationState. -
CANCEL_IN_PROGRESS
Static value CancelInProgress for ManagementOperationState. -
CANCELLED
Static value Cancelled for ManagementOperationState.
-
-
Constructor Details
-
ManagementOperationState
public ManagementOperationState()
-
-
Method Details
-
fromString
Creates or finds a ManagementOperationState from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding ManagementOperationState
-
values
- Returns:
- known ManagementOperationState values
-