ApplicationUpgradeProgress.GetChangedUpgradeDomains Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
Parameters
- previousProgress
- ApplicationUpgradeProgress
Returns
System.Collections.ObjectModel.ReadOnlyCollection<UpgradeDomainStatus>