Class Type


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

      • LIVENESS

        public static final Type LIVENESS
        Static value Liveness for Type.
      • READINESS

        public static final Type READINESS
        Static value Readiness for Type.
      • STARTUP

        public static final Type STARTUP
        Static value Startup for Type.
    • Constructor Detail

      • Type

        public Type()
    • Method Detail

      • fromString

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

        public static Collection<Type> values()
        Gets known Type values.
        Returns:
        known Type values.