DeploymentsGetAllDeploymentsResponse type
包含 getAllDeployments作的響應數據。
type DeploymentsGetAllDeploymentsResponse = PageableListOfDeployments & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfDeployments
}
}