DeploymentsGetDeploymentDevicesResponse type
包含 getDeploymentDevices 作業的回應資料。
type DeploymentsGetDeploymentDevicesResponse =
PageableListOfDeploymentDeviceStates & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfDeploymentDeviceStates
}
}