ApplicationResourceUpgradeState enum
type: string
The state of the application resource upgrade.
Possible values are:
Invalid
- Indicates the upgrade state is invalid. All Service Fabric enumerations have the invalid type. The value is 0.ProvisioningTarget
- The upgrade is in the progress of provisioning target application type version. The value is 1.RollingForward
- The upgrade is rolling forward to the target version but is not complete yet. The value is 2.UnprovisioningCurrent
- The upgrade is in the progress of unprovisioning current application type version and rolling forward to the target version is completed. The value is 3.CompletedRollforward
- The upgrade has finished rolling forward. The value is 4.RollingBack
- The upgrade is rolling back to the previous version but is not complete yet. The value is 5.UnprovisioningTarget
- The upgrade is in the progress of unprovisioning target application type version and rolling back to the current version is completed. The value is 6.CompletedRollback
- The upgrade has finished rolling back. The value is 7.Failed
- The upgrade has failed and is unable to execute FailureAction. The value is 8.