Partager via


ApplicationUpgradeProgress.GetChangedUpgradeDomains Méthode

Définition

Spécifie une méthode d’assistance qui retourne une collection de domaines de mise à niveau qui sont passés à l’état RollingForwardCompleted ou à l’état RollingForwardInProgress depuis que la GetChangedUpgradeDomains(ApplicationUpgradeProgress) méthode a été appelée.

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)

Paramètres

previousProgress
ApplicationUpgradeProgress

Objet précédent ApplicationUpgradeProgress .

Retours

Méthode d’assistance qui retourne une collection de domaines de mise à niveau.

Exceptions

Le nom de l’application ou le type d’application du previousProgress paramètre ne correspond pas au nom de l’application ou au type d’application de cet objet.

S’applique à