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.
Specifies a helper method that returns a collection of upgrade domains that have changed to the RollingForwardCompleted state or the RollingForwardInProgress state since the GetChangedUpgradeDomains(ApplicationUpgradeProgress) method was called.
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
The previous ApplicationUpgradeProgress object.
Returns
A helper method that returns a collection of upgrade domains.
Exceptions
The application name or the application type of the previousProgress
parameter does not match the application name or application type of this object.
Applies to
Azure SDK for .NET