次の方法で共有


GetComposeDeploymentStatusResponse type

getComposeDeploymentStatus 操作の応答データを格納します。

type GetComposeDeploymentStatusResponse = ComposeDeploymentStatusInfo & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ComposeDeploymentStatusInfo
  }
}