次の方法で共有


ApplicationUpgradeProgress.GetChangedUpgradeDomains メソッド

定義

メソッドが呼び出されてから状態または状態に RollingForwardCompleted 変更されたアップグレード ドメインのコレクションを RollingForwardInProgress 返すヘルパー メソッドを GetChangedUpgradeDomains(ApplicationUpgradeProgress) 指定します。

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 このオブジェクトのアプリケーション名またはアプリケーションの種類と一致しません。

適用対象