Uses of Class
com.microsoft.azure.management.sql.ManagementOperationState
Packages that use ManagementOperationState
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of ManagementOperationState in com.microsoft.azure.management.sql
Fields in com.microsoft.azure.management.sql declared as ManagementOperationStateModifier and TypeFieldDescriptionstatic final ManagementOperationStateManagementOperationState.CANCEL_IN_PROGRESSStatic value CancelInProgress for ManagementOperationState.static final ManagementOperationStateManagementOperationState.CANCELLEDStatic value Cancelled for ManagementOperationState.static final ManagementOperationStateManagementOperationState.FAILEDStatic value Failed for ManagementOperationState.static final ManagementOperationStateManagementOperationState.IN_PROGRESSStatic value InProgress for ManagementOperationState.static final ManagementOperationStateManagementOperationState.PENDINGStatic value Pending for ManagementOperationState.static final ManagementOperationStateManagementOperationState.SUCCEEDEDStatic value Succeeded for ManagementOperationState.Methods in com.microsoft.azure.management.sql that return ManagementOperationStateModifier and TypeMethodDescriptionstatic ManagementOperationStateManagementOperationState.fromString(String name) Creates or finds a ManagementOperationState from its string representation.Methods in com.microsoft.azure.management.sql that return types with arguments of type ManagementOperationStateModifier and TypeMethodDescriptionstatic Collection<ManagementOperationState>ManagementOperationState.values()