Dela via


ApplicationUpgradeProgress.GetChangedUpgradeDomains Method

Definition

Specifies a helper method that returns a collection of upgrade domains that have changed to the RollingForwardCompleted state or the RollingForwardInProgress state since the GetChangedUpgradeDomains(ApplicationUpgradeProgress) method was called.

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

The previous ApplicationUpgradeProgress object.

Returns

A helper method that returns a collection of upgrade domains.

Exceptions

The application name or the application type of the previousProgress parameter does not match the application name or application type of this object.

Applies to