Dela via


ApplicationUpgradeProgress.UpgradeDomains Property

Definition

Gets the collection of upgrade domains and their upgrade status for this application upgrade. Value not defined for node-by-node upgrades.

public System.Collections.ObjectModel.ReadOnlyCollection<System.Fabric.UpgradeDomainStatus> UpgradeDomains { get; }
member this.UpgradeDomains : System.Collections.ObjectModel.ReadOnlyCollection<System.Fabric.UpgradeDomainStatus>
Public ReadOnly Property UpgradeDomains As ReadOnlyCollection(Of UpgradeDomainStatus)

Property Value

The collection of upgrade domains and their upgrade status for this application upgrade. Value not defined for node-by-node upgrades.

Applies to