UpgradeDomainState Enum

Definition

Enumerates the states of an upgrade domain.

public enum UpgradeDomainState
type UpgradeDomainState = 
Public Enum UpgradeDomainState
Inheritance
UpgradeDomainState

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