HealthStatus Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. devcenter. models. HealthStatus
- com.
- com.
public final class HealthStatus
extends ExpandableStringEnum<HealthStatus>
Health status indicating whether a pool is available to create Dev Boxes.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Health |
HEALTHY
Static value Healthy for Health |
|
static final
Health |
PENDING
Static value Pending for Health |
|
static final
Health |
UNHEALTHY
Static value Unhealthy for Health |
|
static final
Health |
UNKNOWN
Static value Unknown for Health |
|
static final
Health |
WARNING
Static value Warning for Health |
Constructor Summary
| Constructor | Description |
|---|---|
| HealthStatus() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Health |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Health |
fromString(String name)
Creates or finds a Health |
|
static
Collection<Health |
values()
Gets known Health |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
HEALTHY
public static final HealthStatus HEALTHY
Static value Healthy for HealthStatus.
PENDING
public static final HealthStatus PENDING
Static value Pending for HealthStatus.
UNHEALTHY
public static final HealthStatus UNHEALTHY
Static value Unhealthy for HealthStatus.
UNKNOWN
public static final HealthStatus UNKNOWN
Static value Unknown for HealthStatus.
WARNING
public static final HealthStatus WARNING
Static value Warning for HealthStatus.
Constructor Details
HealthStatus
@Deprecated
public HealthStatus()
Deprecated
Creates a new instance of HealthStatus value.
Method Details
fromString
public static HealthStatus fromString(String name)
Creates or finds a HealthStatus from its string representation.
Parameters:
Returns:
values
public static Collection<HealthStatus> values()
Gets known HealthStatus values.
Returns: