Uses of Class
com.azure.developer.devcenter.models.PoolHealthStatus
Packages that use PoolHealthStatus
Package
Description
Package containing the data models for DevCenterService.
-
Uses of PoolHealthStatus in com.azure.developer.devcenter.models
Fields in com.azure.developer.devcenter.models declared as PoolHealthStatusModifier and TypeFieldDescriptionstatic final PoolHealthStatus
PoolHealthStatus.HEALTHY
The pool health status is healthy.static final PoolHealthStatus
PoolHealthStatus.PENDING
The pool health status waiting for health checks to run.static final PoolHealthStatus
PoolHealthStatus.UNHEALTHY
The pool health status is not healthy.static final PoolHealthStatus
PoolHealthStatus.UNKNOWN
The pool health status is not known.static final PoolHealthStatus
PoolHealthStatus.WARNING
The pool health status has one or more warnings.Methods in com.azure.developer.devcenter.models that return PoolHealthStatusModifier and TypeMethodDescriptionstatic PoolHealthStatus
PoolHealthStatus.fromString
(String name) Creates or finds a PoolHealthStatus from its string representation.DevBoxPool.getHealthStatus()
Get the healthStatus property: Overall health status of the Pool.Methods in com.azure.developer.devcenter.models that return types with arguments of type PoolHealthStatusModifier and TypeMethodDescriptionstatic Collection
<PoolHealthStatus> PoolHealthStatus.values()
Gets known PoolHealthStatus values.