Share via


UpgradeMode Struct

Definition

A string property that indicates the upgrade mode to be performed on the Flink job. It can have one of the following enum values => STATELESS_UPDATE, UPDATE, LAST_STATE_UPDATE.

public readonly struct UpgradeMode : IEquatable<Azure.ResourceManager.HDInsight.Containers.Models.UpgradeMode>
type UpgradeMode = struct
Public Structure UpgradeMode
Implements IEquatable(Of UpgradeMode)
Inheritance
UpgradeMode
Implements

Constructors

UpgradeMode(String)

Initializes a new instance of UpgradeMode.

Properties

LastStateUpdate

LAST_STATE_UPDATE.

StatelessUpdate

STATELESS_UPDATE.

Update

UPDATE.

Methods

Equals(UpgradeMode)

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(UpgradeMode, UpgradeMode)

Determines if two UpgradeMode values are the same.

Implicit(String to UpgradeMode)

Converts a string to a UpgradeMode.

Inequality(UpgradeMode, UpgradeMode)

Determines if two UpgradeMode values are not the same.

Applies to