RegistryManager.getModulesOnDevice(String deviceId) 方法
定义
Get modules data by device Id from IotHub
public List<Module> getModulesOnDevice(String deviceId)
参数
- deviceId
- String
The id of requested device
返回
List<Module>
The module objects on the specific device
例外
IOException
This exception is thrown if the IO operation failed
IotHubException
This exception is thrown if the response verification failed