UpgradeUnitState Enum

Definition

Enumerates the states of an upgrade unit.

public enum UpgradeUnitState
type UpgradeUnitState = 
Public Enum UpgradeUnitState
Inheritance
UpgradeUnitState

Fields

Completed 3

Indicates that the upgrade is completed.

InProgress 2

Indicates that the upgrade is in progress.

Invalid 0

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

Pending 1

Indicates that the upgrade is pending and has not started.

Applies to