ComposeDeploymentUpgradeState Enum

Definition

Enumerates the state of the compose deployment upgrade.

public enum ComposeDeploymentUpgradeState
type ComposeDeploymentUpgradeState = 
Public Enum ComposeDeploymentUpgradeState
Inheritance
ComposeDeploymentUpgradeState

Fields

Failed 9

Indicates that the upgrade has failed.

Invalid 0

Indicates that the type is not valid. All Service Fabric enumerations have an invalid type.

ProvisioningTarget 1

Indicates that the application type of the target compose deployment is being provisioned.

RollingBackCompleted 8

Indicates that the rollback of the upgrade is completed. The completed rollback indicates that upgrade to the target version has failed.

RollingBackInProgress 6

Indicates that the upgrade is in the process of rolling back. This indicates that upgrade to the target compose deployment has failed. Note that this state can also be observed temporarily if the upgrade is interrupted to start a new upgrade.

RollingBackPending 10

Indicates that the rollback of the compose deployment is pending client input. MoveNextApplicationUpgradeDomainAsync(ApplicationUpgradeProgress) is used to continue the rollback.

RollingForwardCompleted 5

Indicates that the upgrade to the target compose deployment is completed.

RollingForwardInProgress 2

Indicates that the upgrade to the target compose deployment is in progress.

RollingForwardPending 3

Indicates that the upgrade to the target compose deployment is pending user input. The MoveNextApplicationUpgradeDomainAsync(ApplicationUpgradeProgress) is used to move the upgrade forward.

UnprovisioningCurrent 4

Indicates that the application type of the current compose deployment is being unprovisioned.

UnprovisioningTarget 7

Indicates that the application type of the target compose deployment is being unprovisioned. This state indicates the upgrade has failed and the upgrade is being rolled back.

Applies to