Udostępnij przez


DeploymentsCancelDeploymentResponse type

Zawiera dane odpowiedzi dla operacji cancelDeployment.

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