UpgradeUnitInfo

Information about an upgrade unit.

Properties

Name Type Required
Name string No
State string (enum) No

Name

Type: string
Required: No

The name of the upgrade unit


State

Type: string (enum)
Required: No

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