Uses of Class
com.azure.resourcemanager.cosmos.models.Status
Packages that use Status
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of Status in com.azure.resourcemanager.cosmos.models
Subclasses with type arguments of type Status in com.azure.resourcemanager.cosmos.modelsModifier and TypeClassDescriptionfinal classEnum to indicate current buildout status of the region.Fields in com.azure.resourcemanager.cosmos.models declared as StatusModifier and TypeFieldDescriptionstatic final StatusStatus.DELETINGStatic value Deleting for Status.static final StatusStatus.INITIALIZINGStatic value Initializing for Status.static final StatusStatus.INTERNALLY_READYStatic value InternallyReady for Status.static final StatusStatus.ONLINEStatic value Online for Status.static final StatusStatus.UNINITIALIZEDStatic value Uninitialized for Status.Methods in com.azure.resourcemanager.cosmos.models that return StatusModifier and TypeMethodDescriptionstatic StatusStatus.fromString(String name) Creates or finds a Status from its string representation.LocationProperties.status()Get the status property: Enum to indicate current buildout status of the region.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type StatusModifier and TypeMethodDescriptionstatic Collection<Status> Status.values()Gets known Status values.