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.
public enum FabricUpgradeState
type FabricUpgradeState =
Public Enum FabricUpgradeState
- Inheritance
-
System.EnumFabricUpgradeState
Fields
Name | Value | Description |
---|---|---|
Invalid | 0 | |
RollingBackInProgress | 1 | |
RollingBackCompleted | 2 | |
RollingForwardPending | 3 | |
RollingForwardInProgress | 4 | |
RollingForwardCompleted | 5 | |
Failed | 6 | |
RollingBackPending | 7 |