你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ApplicationUpgradeProgress.GetChangedUpgradeDomains 方法

定义

指定一个帮助程序方法,该方法返回自调用方法以来GetChangedUpgradeDomains(ApplicationUpgradeProgress)已更改为RollingForwardCompleted状态或RollingForwardInProgress状态的升级域的集合。

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)

参数

previousProgress
ApplicationUpgradeProgress

上一个 ApplicationUpgradeProgress 对象。

返回

返回升级域集合的帮助程序方法。

例外

参数的应用程序名称或应用程序类型 previousProgress 与此对象的应用程序名称或应用程序类型不匹配。

适用于