NodeUpgradePhase Enum

Definition

Describes the upgrade phase of the corresponding node.

public enum NodeUpgradePhase
type NodeUpgradePhase = 
Public Enum NodeUpgradePhase
Inheritance
NodeUpgradePhase

Fields

Invalid 0

Indicates that the node upgrade phase is invalid. This value is not used.

PostUpgradeSafetyCheck 3

Indicates that upgrade is complete on the node and Service Fabric is performing post-upgrade safety checks.

PreUpgradeSafetyCheck 1

Indicates that upgrade has not started on the node and Service Fabric is performing pre-upgrade safety checks.

Upgrading 2

Indicates that the node is in the process of getting upgraded.

Applies to