Partager via


DeploymentsCreateOrUpdateDeploymentResponse type

Contains response data for the createOrUpdateDeployment operation.

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