Extensions.GetComposeDeploymentUpgradeProgressAsync 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 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>