ApplicationUpgradeProgress.UpgradeDomains Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.