Share via


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