Freigeben über


GetComposeDeploymentStatusResponse type

Enthält Antwortdaten für den getComposeDeploymentStatus-Vorgang.

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