Partager via


DeploymentsCancelDeploymentResponse type

Contient les données de réponse pour l’opération cancelDeployment.

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