GetComposeDeploymentStatusResponse type

getComposeDeploymentStatus işleminin yanıt verilerini içerir.

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