HealthState Enum
- java.
lang. Object - java.
lang. Enum<HealthState> - system.
fabric. health. HealthState
- system.
- java.
public enum HealthState
Represents the Health State of an Entity.
Fields
Error | |
Invalid | |
Ok | |
Unknown | |
Warning |
Methods
get(int value)
public static HealthState get(int value)
Gets the system.fabric.health.HealthState of an entity.
Parameters
- value
- int
Returns
system.fabric.health.HealthState value.
getValue()
public int getValue()
Get the Health state
Returns
int
Integer value idcating the Health of the entity.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java