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

FabricClient.ApplicationManagementClient.GetApplicationUpgradeProgressAsync Method

Definition

Overloads

GetApplicationUpgradeProgressAsync(Uri)

public System.Threading.Tasks.Task<System.Fabric.ApplicationUpgradeProgress> GetApplicationUpgradeProgressAsync(Uri applicationName);
member this.GetApplicationUpgradeProgressAsync : Uri -> System.Threading.Tasks.Task<System.Fabric.ApplicationUpgradeProgress>
Public Function GetApplicationUpgradeProgressAsync (applicationName As Uri) As Task(Of ApplicationUpgradeProgress)

Parameters

applicationName
System.Uri

Returns

System.Threading.Tasks.Task<ApplicationUpgradeProgress>

Applies to

GetApplicationUpgradeProgressAsync(Uri, TimeSpan, CancellationToken)

public System.Threading.Tasks.Task<System.Fabric.ApplicationUpgradeProgress> GetApplicationUpgradeProgressAsync(Uri applicationName, TimeSpan timeout, System.Threading.CancellationToken cancellationToken);
member this.GetApplicationUpgradeProgressAsync : Uri * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.ApplicationUpgradeProgress>
Public Function GetApplicationUpgradeProgressAsync (applicationName As Uri, timeout As TimeSpan, cancellationToken As CancellationToken) As Task(Of ApplicationUpgradeProgress)

Parameters

applicationName
System.Uri
timeout
System.TimeSpan
cancellationToken
System.Threading.CancellationToken

Returns

System.Threading.Tasks.Task<ApplicationUpgradeProgress>

Applies to