你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

iothub_registry_manager 模块

IoTHubRegistryManager

一个类,用于基于自动生成的 IotHub REST API 为 IoTHub 注册表管理器操作提供便捷的 API

Registry Manager 服务客户端的初始值设定项。

用户不应直接调用它。 相反,它们应使用 from_connection_string () 或 from_token_credential () 工厂方法。

成功创建后,该类已通过 IoTHub 进行身份验证,并已准备好调用成员 API 来与 IoTHub 通信。

QueryResult

查询结果。 :p aram 类型:查询结果类型。 可能的值包括:“unknown”、“twin”、“deviceJob”、“jobResponse”、“raw”、“enrollment”、“enrollmentGroup”、“deviceRegistration”:type type: str 或 ~protocol.models.enum :p aram items:查询结果项,作为集合。 :type items: list[object] :p aram continuation_token: Request continuation token. :type continuation_token: str