Partilhar via


DeploymentsGetDeploymentStatusResponse type

Contém dados de resposta para a operação getDeploymentStatus.

type DeploymentsGetDeploymentStatusResponse = DeploymentStatus & {
  _response: coreHttp.HttpResponse & {
    bodyAsText: string
    parsedBody: DeploymentStatus
  }
}