你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Extensions.GetComposeDeploymentUpgradeProgressAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索指定 compose 部署的升级进度。
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)
参数
FabricClient 对象。
- deploymentName
- String
部署的名称。
返回
, Task 其结果为指定 compose 部署的升级进度。
例外
对象 FabricClient 处于关闭状态。 释放正在使用的对象 FabricClient 并实例化新 FabricClient 对象。
请求已超时,但系统可能已接受处理。
请求在超时到期前已取消,但系统可能已接受处理请求。