Поделиться через


GetComposeDeploymentUpgradeProgressResponse type

Содержит данные ответа для операции getComposeDeploymentUpgradeProgress.

type GetComposeDeploymentUpgradeProgressResponse =
  ComposeDeploymentUpgradeProgressInfo & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: ComposeDeploymentUpgradeProgressInfo
    }
  }