Share via


UpgradeDomainState Enum

Definition

Enumerates the states of an upgrade domain.

public enum UpgradeDomainState
type UpgradeDomainState = 
Public Enum UpgradeDomainState
Inheritance
UpgradeDomainState

Fields

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.

InProgress 2

Indicates that the upgrade is in progress.

Completed 3

Indicates that the upgrade is completed.

Applies to