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.
type: string
The state of the upgrade ___domain.
Possible values are:
Invalid
- Indicates the upgrade state is invalid. All Service Fabric enumerations have the invalid type. The value is zero.RollingBackInProgress
- The upgrade is rolling back to the previous version but is not complete yet. The value is 1RollingBackCompleted
- The upgrade has finished rolling back. The value is 2RollingForwardPending
- The current upgrade ___domain has finished upgrading. The overall upgrade is waiting for an explicit move next request in UnmonitoredManual mode or performing health checks in Monitored mode. The value is 3RollingForwardInProgress
- The upgrade is rolling forward to the target version but is not complete yet. The value is 4RollingForwardCompleted
- The upgrade has finished rolling forward. The value is 5Failed
- The upgrade has failed and is unable to execute FailureAction. The value is 6