Class Action

java.lang.Object
com.azure.core.util.ExpandableStringEnum<Action>
com.azure.resourcemanager.hdinsight.containers.models.Action
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class Action extends com.azure.core.util.ExpandableStringEnum<Action>
A string property that indicates the action to be performed on the Flink job. It can have one of the following enum values => NEW, UPDATE, STATELESS_UPDATE, STOP, START, CANCEL, SAVEPOINT, LIST_SAVEPOINT, or DELETE.
  • Field Details

    • NEW

      public static final Action NEW
      Static value NEW for Action.
    • UPDATE

      public static final Action UPDATE
      Static value UPDATE for Action.
    • STATELESS_UPDATE

      public static final Action STATELESS_UPDATE
      Static value STATELESS_UPDATE for Action.
    • STOP

      public static final Action STOP
      Static value STOP for Action.
    • START

      public static final Action START
      Static value START for Action.
    • CANCEL

      public static final Action CANCEL
      Static value CANCEL for Action.
    • SAVEPOINT

      public static final Action SAVEPOINT
      Static value SAVEPOINT for Action.
    • LIST_SAVEPOINT

      public static final Action LIST_SAVEPOINT
      Static value LIST_SAVEPOINT for Action.
    • DELETE

      public static final Action DELETE
      Static value DELETE for Action.
    • LAST_STATE_UPDATE

      public static final Action LAST_STATE_UPDATE
      Static value LAST_STATE_UPDATE for Action.
    • RE_LAUNCH

      public static final Action RE_LAUNCH
      Static value RE_LAUNCH for Action.
  • Constructor Details

  • Method Details

    • fromString

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

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