DeploymentsGetDeploymentDevicesResponse type
Contient les données de réponse pour l’opération getDeploymentDevices.
type DeploymentsGetDeploymentDevicesResponse =
PageableListOfDeploymentDeviceStates & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfDeploymentDeviceStates
}
}