Delen via


FabricUpgradeProgress.UpgradeDomains Property

Definition

Gets the list of upgrade domains. 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 list of upgrade domains. Value not defined for node-by-node upgrades.

Applies to