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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java