Class ProbeActionType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ProbeActionType>
com.azure.resourcemanager.appplatform.models.ProbeActionType

public final class ProbeActionType extends com.azure.core.util.ExpandableStringEnum<ProbeActionType>
The type of the action to take to perform the health check.
  • Field Details

    • HTTPGET_ACTION

      public static final ProbeActionType HTTPGET_ACTION
      Static value HTTPGetAction for ProbeActionType.
    • TCPSOCKET_ACTION

      public static final ProbeActionType TCPSOCKET_ACTION
      Static value TCPSocketAction for ProbeActionType.
    • EXEC_ACTION

      public static final ProbeActionType EXEC_ACTION
      Static value ExecAction for ProbeActionType.
  • Constructor Details

    • ProbeActionType

      @Deprecated public ProbeActionType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of ProbeActionType value.
  • Method Details

    • fromString

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

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