Share via


Extensions.GetComposeDeploymentUpgradeProgressAsync Method

Definition

public static System.Threading.Tasks.Task<System.Fabric.ComposeDeploymentUpgradeProgress> GetComposeDeploymentUpgradeProgressAsync(this System.Fabric.FabricClient.ComposeDeploymentClient client, string deploymentName);
static member GetComposeDeploymentUpgradeProgressAsync : System.Fabric.FabricClient.ComposeDeploymentClient * string -> System.Threading.Tasks.Task<System.Fabric.ComposeDeploymentUpgradeProgress>
<Extension()>
Public Function GetComposeDeploymentUpgradeProgressAsync (client As FabricClient.ComposeDeploymentClient, deploymentName As String) As Task(Of ComposeDeploymentUpgradeProgress)

Parameters

deploymentName
System.String

Returns

System.Threading.Tasks.Task<ComposeDeploymentUpgradeProgress>

Applies to