Uses of Class
com.azure.resourcemanager.sql.models.ManagementOperationState
-
Packages that use ManagementOperationState Package Description com.azure.resourcemanager.sql.fluent.models Package containing the inner data models for SqlManagementClient.com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of ManagementOperationState in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return ManagementOperationState Modifier and Type Method Description ManagementOperationStateDatabaseOperationInner. state()Get the state property: The operation state.ManagementOperationStateManagedInstanceOperationInner. state()Get the state property: The operation state. -
Uses of ManagementOperationState in com.azure.resourcemanager.sql.models
Fields in com.azure.resourcemanager.sql.models declared as ManagementOperationState Modifier and Type Field Description static ManagementOperationStateManagementOperationState. CANCEL_IN_PROGRESSStatic value CancelInProgress for ManagementOperationState.static ManagementOperationStateManagementOperationState. CANCELLEDStatic value Cancelled for ManagementOperationState.static ManagementOperationStateManagementOperationState. FAILEDStatic value Failed for ManagementOperationState.static ManagementOperationStateManagementOperationState. IN_PROGRESSStatic value InProgress for ManagementOperationState.static ManagementOperationStateManagementOperationState. PENDINGStatic value Pending for ManagementOperationState.static ManagementOperationStateManagementOperationState. SUCCEEDEDStatic value Succeeded for ManagementOperationState.Methods in com.azure.resourcemanager.sql.models that return ManagementOperationState Modifier and Type Method Description static ManagementOperationStateManagementOperationState. fromString(String name)Creates or finds a ManagementOperationState from its string representation.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type ManagementOperationState Modifier and Type Method Description static Collection<ManagementOperationState>ManagementOperationState. values()
-