ApplicationUpgradeProgress.GetChangedUpgradeDomains Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET