Class HealthStateType


  • public final class HealthStateType
    extends com.azure.core.util.ExpandableStringEnum<HealthStateType>
    Defines values for HealthStateType.
    • Field Detail

      • UNKNOWN

        public static final HealthStateType UNKNOWN
        Static value Unknown for HealthStateType.
      • HEALTHY

        public static final HealthStateType HEALTHY
        Static value Healthy for HealthStateType.
      • DEGRADED

        public static final HealthStateType DEGRADED
        Static value Degraded for HealthStateType.
      • DOWN

        public static final HealthStateType DOWN
        Static value Down for HealthStateType.
      • TRANSITIONING

        public static final HealthStateType TRANSITIONING
        Static value Transitioning for HealthStateType.
      • STOPPING

        public static final HealthStateType STOPPING
        Static value Stopping for HealthStateType.
      • STOPPED

        public static final HealthStateType STOPPED
        Static value Stopped for HealthStateType.
      • UPGRADING

        public static final HealthStateType UPGRADING
        Static value Upgrading for HealthStateType.
      • FLUSHING

        public static final HealthStateType FLUSHING
        Static value Flushing for HealthStateType.
    • Constructor Detail

      • HealthStateType

        public HealthStateType()
    • Method Detail

      • fromString

        public static HealthStateType fromString​(String name)
        Creates or finds a HealthStateType from its string representation.
        Parameters:
        name - a name to look for.
        Returns:
        the corresponding HealthStateType.