UpgradeDomainState enum

type: string

The state of the upgrade domain.

Possible values are:

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