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 PoolHealthStatusPoolHealthStatus.HEALTHYThe pool health status is healthy.static final PoolHealthStatusPoolHealthStatus.PENDINGThe pool health status waiting for health checks to run.static final PoolHealthStatusPoolHealthStatus.UNHEALTHYThe pool health status is not healthy.static final PoolHealthStatusPoolHealthStatus.UNKNOWNThe pool health status is not known.static final PoolHealthStatusPoolHealthStatus.WARNINGThe pool health status has one or more warnings.Methods in com.azure.developer.devcenter.models that return PoolHealthStatusModifier and TypeMethodDescriptionstatic PoolHealthStatusPoolHealthStatus.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.