Uses of Class
com.microsoft.azure.management.sql.ManagementOperationState
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of ManagementOperationState in com.microsoft.azure.management.sql
Modifier and TypeFieldDescriptionstatic final ManagementOperationState
ManagementOperationState.CANCEL_IN_PROGRESS
Static value CancelInProgress for ManagementOperationState.static final ManagementOperationState
ManagementOperationState.CANCELLED
Static value Cancelled for ManagementOperationState.static final ManagementOperationState
ManagementOperationState.FAILED
Static value Failed for ManagementOperationState.static final ManagementOperationState
ManagementOperationState.IN_PROGRESS
Static value InProgress for ManagementOperationState.static final ManagementOperationState
ManagementOperationState.PENDING
Static value Pending for ManagementOperationState.static final ManagementOperationState
ManagementOperationState.SUCCEEDED
Static value Succeeded for ManagementOperationState.Modifier and TypeMethodDescriptionstatic ManagementOperationState
ManagementOperationState.fromString
(String name) Creates or finds a ManagementOperationState from its string representation.Modifier and TypeMethodDescriptionstatic Collection<ManagementOperationState>
ManagementOperationState.values()