FabricUpgradeProgress.GetChangedUpgradeDomains(FabricUpgradeProgress) 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.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)
Parameters
- previousProgress
- FabricUpgradeProgress
Returns
System.Collections.ObjectModel.ReadOnlyCollection<UpgradeDomainStatus>