FlinkJobAction Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public readonly struct FlinkJobAction : IEquatable<Azure.ResourceManager.HDInsight.Containers.Models.FlinkJobAction>
type FlinkJobAction = struct
Public Structure FlinkJobAction
Implements IEquatable(Of FlinkJobAction)
- Inheritance
-
FlinkJobAction
- Implements
Constructors
FlinkJobAction(String) |
Initializes a new instance of FlinkJobAction. |
Properties
Cancel |
CANCEL. |
Delete |
DELETE. |
LastStateUpdate |
LAST_STATE_UPDATE. |
ListSavepoint |
LIST_SAVEPOINT. |
New |
NEW. |
RELaunch |
RE_LAUNCH. |
Savepoint |
SAVEPOINT. |
Start |
START. |
StatelessUpdate |
STATELESS_UPDATE. |
Stop |
STOP. |
Update |
UPDATE. |
Methods
Equals(FlinkJobAction) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(FlinkJobAction, FlinkJobAction) |
Determines if two FlinkJobAction values are the same. |
Implicit(String to FlinkJobAction) |
Converts a string to a FlinkJobAction. |
Inequality(FlinkJobAction, FlinkJobAction) |
Determines if two FlinkJobAction values are not the same. |
Applies to
Azure SDK for .NET