Uses of Class
com.azure.resourcemanager.sql.models.Status
Packages that use Status
Package
Description
Package containing the data models for SqlManagementClient.
-
Uses of Status in com.azure.resourcemanager.sql.models
Fields in com.azure.resourcemanager.sql.models declared as StatusModifier and TypeFieldDescriptionstatic final StatusStatus.CANCELEDStatic value Canceled for Status.static final StatusStatus.COMPLETEDStatic value Completed for Status.static final StatusStatus.FAILEDStatic value Failed for Status.static final StatusStatus.IN_PROGRESSStatic value InProgress for Status.static final StatusStatus.NOT_STARTEDStatic value NotStarted for Status.static final StatusStatus.SLOWED_DOWNStatic value SlowedDown for Status.Methods in com.azure.resourcemanager.sql.models that return StatusModifier and TypeMethodDescriptionstatic StatusStatus.fromString(String name) Creates or finds a Status from its string representation.UpsertManagedServerOperationStepWithEstimatesAndDuration.status()Get the status property: The status property.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type StatusModifier and TypeMethodDescriptionstatic Collection<Status> Status.values()Gets known Status values.Methods in com.azure.resourcemanager.sql.models with parameters of type StatusModifier and TypeMethodDescriptionUpsertManagedServerOperationStepWithEstimatesAndDuration.withStatus(Status status) Set the status property: The status property.