Compartilhar via


DeploymentsCancelDeploymentResponse type

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

type DeploymentsCancelDeploymentResponse = Deployment & {
  _response: coreHttp.HttpResponse & {
    bodyAsText: string
    parsedBody: Deployment
  }
}