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>
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final ActionStatic value CANCEL for Action.static final ActionStatic value DELETE for Action.static final ActionStatic value LAST_STATE_UPDATE for Action.static final ActionStatic value LIST_SAVEPOINT for Action.static final ActionStatic value NEW for Action.static final ActionStatic value RE_LAUNCH for Action.static final ActionStatic value SAVEPOINT for Action.static final ActionStatic value START for Action.static final ActionStatic value STATELESS_UPDATE for Action.static final ActionStatic value STOP for Action.static final ActionStatic value UPDATE for Action. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ActionfromString(String name) Creates or finds a Action from its string representation.static Collection<Action> values()Gets known Action values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
NEW
Static value NEW for Action. -
UPDATE
Static value UPDATE for Action. -
STATELESS_UPDATE
Static value STATELESS_UPDATE for Action. -
STOP
Static value STOP for Action. -
START
Static value START for Action. -
CANCEL
Static value CANCEL for Action. -
SAVEPOINT
Static value SAVEPOINT for Action. -
LIST_SAVEPOINT
Static value LIST_SAVEPOINT for Action. -
DELETE
Static value DELETE for Action. -
LAST_STATE_UPDATE
Static value LAST_STATE_UPDATE for Action. -
RE_LAUNCH
Static value RE_LAUNCH for Action.
-
-
Constructor Details
-
Action
Deprecated.Use thefromString(String)factory method.Creates a new instance of Action value.
-
-
Method Details
-
fromString
-
values
-
fromString(String)factory method.