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 1InProgress
- The upgrade domain is being upgraded but not complete yet. The value is 2Completed
- The upgrade domain has completed upgrade. The value is 3