DeploymentsGetAllDeploymentsResponse type
Enthält Antwortdaten für den getAllDeployments-Vorgang.
type DeploymentsGetAllDeploymentsResponse = PageableListOfDeployments & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfDeployments
}
}