FabricUpgradeState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the upgrade state when upgrading Service Fabric.
public enum FabricUpgradeState
type FabricUpgradeState =
Public Enum FabricUpgradeState
- Inheritance
-
FabricUpgradeState
Fields
Name | Value | Description |
---|---|---|
Invalid | 0 | All Service Fabric enumerations have reserved Invalid flag. |
RollingBackInProgress | 1 | Specifies that the rolling back process is in progress. |
RollingBackCompleted | 2 | Specifies that the rolling back process has completed. |
RollingForwardPending | 3 | Specifies that the rolling forward process is pending client input. |
RollingForwardInProgress | 4 | Specifies that the rolling forward process is in progress. |
RollingForwardCompleted | 5 | Specifies that the rolling forward process has completed. |
Failed | 6 | Indicates that the upgrade has failed. |
RollingBackPending | 7 | Specifies that the rolling back process has pending client input. |
Applies to
Azure SDK for .NET