Uses of Class
com.azure.resourcemanager.cosmos.models.ServiceStatus
Packages that use ServiceStatus
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of ServiceStatus in com.azure.resourcemanager.cosmos.models
Fields in com.azure.resourcemanager.cosmos.models declared as ServiceStatusModifier and TypeFieldDescriptionstatic final ServiceStatusServiceStatus.CREATINGStatic value Creating for ServiceStatus.static final ServiceStatusServiceStatus.DELETINGStatic value Deleting for ServiceStatus.static final ServiceStatusServiceStatus.ERRORStatic value Error for ServiceStatus.static final ServiceStatusServiceStatus.RUNNINGStatic value Running for ServiceStatus.static final ServiceStatusServiceStatus.STOPPEDStatic value Stopped for ServiceStatus.static final ServiceStatusServiceStatus.UPDATINGStatic value Updating for ServiceStatus.Methods in com.azure.resourcemanager.cosmos.models that return ServiceStatusModifier and TypeMethodDescriptionstatic ServiceStatusServiceStatus.fromString(String name) Creates or finds a ServiceStatus from its string representation.DataTransferRegionalServiceResource.status()Get the status property: Describes the status of a service.DataTransferServiceResourceProperties.status()Get the status property: Describes the status of a service.GraphApiComputeRegionalServiceResource.status()Get the status property: Describes the status of a service.GraphApiComputeServiceResourceProperties.status()Get the status property: Describes the status of a service.MaterializedViewsBuilderRegionalServiceResource.status()Get the status property: Describes the status of a service.MaterializedViewsBuilderServiceResourceProperties.status()Get the status property: Describes the status of a service.RegionalServiceResource.status()Get the status property: Describes the status of a service.ServiceResourceProperties.status()Get the status property: Describes the status of a service.SqlDedicatedGatewayRegionalServiceResource.status()Get the status property: Describes the status of a service.SqlDedicatedGatewayServiceResourceProperties.status()Get the status property: Describes the status of a service.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type ServiceStatusModifier and TypeMethodDescriptionstatic Collection<ServiceStatus> ServiceStatus.values()Gets known ServiceStatus values.