Freigeben über


DeploymentsCancelDeploymentResponse type

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

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