FabricUpgradeState Enum

Definition

Specifies the upgrade state when upgrading Service Fabric.

public enum FabricUpgradeState
type FabricUpgradeState = 
Public Enum FabricUpgradeState
Inheritance
FabricUpgradeState

Fields

Failed 6

Indicates that the upgrade has failed.

Invalid 0

All Service Fabric enumerations have reserved Invalid flag.

RollingBackCompleted 2

Specifies that the rolling back process has completed.

RollingBackInProgress 1

Specifies that the rolling back process is in progress.

RollingBackPending 7

Specifies that the rolling back process has pending client input.

RollingForwardCompleted 5

Specifies that the rolling forward process has completed.

RollingForwardInProgress 4

Specifies that the rolling forward process is in progress.

RollingForwardPending 3

Specifies that the rolling forward process is pending client input.

Applies to