你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
iothub_registry_manager Module
Classes
IoTHubRegistryManager |
A class to provide convenience APIs for IoTHub Registry Manager operations, based on top of the auto generated IotHub REST APIs Initializer for a Registry Manager Service client. Users should not call this directly. Rather, they should the from_connection_string() or from_token_credential() factory methods. After a successful creation the class has been authenticated with IoTHub and it is ready to call the member APIs to communicate with IoTHub. |
QueryResult |
The query result. :param type: The query result type. Possible values include: 'unknown', 'twin', 'deviceJob', 'jobResponse', 'raw', 'enrollment', 'enrollmentGroup', 'deviceRegistration' :type type: str or ~protocol.models.enum :param items: The query result items, as a collection. :type items: list[object] :param continuation_token: Request continuation token. :type continuation_token: str |