java.lang.Object
com.azure.core.util.ExpandableStringEnum<Type>
com.azure.resourcemanager.appcontainers.models.Type

public final class Type extends com.azure.core.util.ExpandableStringEnum<Type>
The type of probe.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Type
    Static value Liveness for Type.
    static final Type
    Static value Readiness for Type.
    static final Type
    Static value Startup for Type.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static Type
    Creates or finds a Type from its string representation.
    Gets known Type values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • 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 Details

    • Type

      public Type()
  • Method Details

    • 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.