Share via


ApplicationUpgradeProgress.GetChangedUpgradeDomains Method

Definition

public System.Collections.ObjectModel.ReadOnlyCollection<System.Fabric.UpgradeDomainStatus> GetChangedUpgradeDomains(System.Fabric.ApplicationUpgradeProgress previousProgress);
member this.GetChangedUpgradeDomains : System.Fabric.ApplicationUpgradeProgress -> System.Collections.ObjectModel.ReadOnlyCollection<System.Fabric.UpgradeDomainStatus>
Public Function GetChangedUpgradeDomains (previousProgress As ApplicationUpgradeProgress) As ReadOnlyCollection(Of UpgradeDomainStatus)

Parameters

previousProgress
ApplicationUpgradeProgress

Returns

System.Collections.ObjectModel.ReadOnlyCollection<UpgradeDomainStatus>

Applies to