DeploymentsGetAllDeploymentsResponse type
Contains response data for the getAllDeployments operation.
type DeploymentsGetAllDeploymentsResponse = PageableListOfDeployments & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfDeployments
}
}