Uses of Class
com.azure.resourcemanager.sql.models.ProvisioningState
-
Packages that use ProvisioningState 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 ProvisioningState in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return ProvisioningState Modifier and Type Method Description ProvisioningStateJobExecutionInner. provisioningState()Get the provisioningState property: The ARM provisioning state of the job execution. -
Uses of ProvisioningState in com.azure.resourcemanager.sql.models
Fields in com.azure.resourcemanager.sql.models declared as ProvisioningState Modifier and Type Field Description static ProvisioningStateProvisioningState. CANCELEDStatic value Canceled for ProvisioningState.static ProvisioningStateProvisioningState. CREATEDStatic value Created for ProvisioningState.static ProvisioningStateProvisioningState. FAILEDStatic value Failed for ProvisioningState.static ProvisioningStateProvisioningState. IN_PROGRESSStatic value InProgress for ProvisioningState.static ProvisioningStateProvisioningState. SUCCEEDEDStatic value Succeeded for ProvisioningState.Methods in com.azure.resourcemanager.sql.models that return ProvisioningState Modifier and Type Method Description static ProvisioningStateProvisioningState. fromString(String name)Creates or finds a ProvisioningState from its string representation.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type ProvisioningState Modifier and Type Method Description static Collection<ProvisioningState>ProvisioningState. values()
-