Class ManagementOperationState
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ManagementOperationState>
com.azure.resourcemanager.sql.models.ManagementOperationState
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class ManagementOperationState
extends com.azure.core.util.ExpandableStringEnum<ManagementOperationState>
The operation state.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ManagementOperationStateStatic value CancelInProgress for ManagementOperationState.static final ManagementOperationStateStatic value Cancelled for ManagementOperationState.static final ManagementOperationStateStatic value Failed for ManagementOperationState.static final ManagementOperationStateStatic value InProgress for ManagementOperationState.static final ManagementOperationStateStatic value Pending for ManagementOperationState.static final ManagementOperationStateStatic value Succeeded for ManagementOperationState. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ManagementOperationStatefromString(String name) Creates or finds a ManagementOperationState from its string representation.static Collection<ManagementOperationState> values()Gets known ManagementOperationState values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
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
Deprecated.Use thefromString(String)factory method.Creates a new instance of ManagementOperationState value.
-
-
Method Details
-
fromString
Creates or finds a ManagementOperationState from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ManagementOperationState.
-
values
Gets known ManagementOperationState values.- Returns:
- known ManagementOperationState values.
-
fromString(String)factory method.