Aracılığıyla paylaş


ComposeDeploymentUpgradeProgress.UpgradeDomains Property

Definition

Gets the collection of upgrade domains and their upgrade status for this compose deployment upgrade.

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 compose deployment upgrade.

Applies to