UpgradeDomainInfo
Information about an upgrade domain.
Properties
Name | Type | Required |
---|---|---|
Name |
string | No |
State |
string (enum) | No |
Name
Type: string
Required: No
The name of the upgrade domain
State
Type: string (enum)
Required: No
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