DeploymentsGetDeploymentDevicesResponse type
包含 getDeploymentDevices 操作的响应数据。
type DeploymentsGetDeploymentDevicesResponse =
PageableListOfDeploymentDeviceStates & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfDeploymentDeviceStates
}
}