UpgradeUnitState enum

type: string

The state of the upgrade unit.

Possible values are:

  • Invalid - Indicates the upgrade unit state is invalid. All Service Fabric enumerations have the invalid type. The value is zero.
  • Pending - The upgrade unit has not started upgrading yet. The value is 1
  • InProgress - The upgrade unit is being upgraded but not complete yet. The value is 2
  • Completed - The upgrade unit has completed upgrade. The value is 3
  • Failed - The upgrade unit has failed to upgrade. The value is 4