NodeUpgradePhase enum
type: string
The state of the upgrading node.
Possible values are:
Invalid
- Indicates the upgrade state is invalid. All Service Fabric enumerations have the invalid type. The value is zero.PreUpgradeSafetyCheck
- The upgrade has not started yet due to pending safety checks. The value is 1Upgrading
- The upgrade is in progress. The value is 2PostUpgradeSafetyCheck
- The upgrade has completed and post upgrade safety checks are being performed. The value is 3