Condividi tramite


DeploymentsGetAllDeploymentsResponse type

Contiene i dati di risposta per l'operazione getAllDeployments.

type DeploymentsGetAllDeploymentsResponse = PageableListOfDeployments & {
  _response: coreHttp.HttpResponse & {
    bodyAsText: string
    parsedBody: PageableListOfDeployments
  }
}