Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 1InProgress
- The upgrade unit is being upgraded but not complete yet. The value is 2Completed
- The upgrade unit has completed upgrade. The value is 3Failed
- The upgrade unit has failed to upgrade. The value is 4