Megosztás:


GetComposeDeploymentStatusResponse type

A getComposeDeploymentStatus művelet válaszadatait tartalmazza.

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