Uses of Class
com.azure.resourcemanager.sql.models.ManagementOperationState
Packages that use ManagementOperationState
Package
Description
Package containing the inner data models for SqlManagementClient.
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 ManagementOperationStateModifier and TypeMethodDescriptionDatabaseOperationInner.state()Get the state property: The operation state.DatabaseOperationProperties.state()Get the state property: The operation state.ManagedInstanceOperationInner.state()Get the state property: The operation state.ManagedInstanceOperationProperties.state()Get the state property: The operation state.ServerOperationInner.state()Get the state property: The operation state.ServerOperationProperties.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 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.azure.resourcemanager.sql.models that return ManagementOperationStateModifier and TypeMethodDescriptionstatic 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 ManagementOperationStateModifier and TypeMethodDescriptionstatic Collection<ManagementOperationState>ManagementOperationState.values()Gets known ManagementOperationState values.