DeploymentsGetDeploymentDevicesResponse type
Contains response data for the getDeploymentDevices operation.
type DeploymentsGetDeploymentDevicesResponse =
PageableListOfDeploymentDeviceStates & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfDeploymentDeviceStates
}
}