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

FabricUpgradeProgress.GetChangedUpgradeDomains(FabricUpgradeProgress) 方法

定义

获取已更改的升级域的列表。

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

参数

previousProgress
FabricUpgradeProgress

此升级过程中的上一个进度报告。

返回

已更改的升级域的列表。

适用于