- Azure IoT Development Cookbook
- Yatish Patil
- 132字
- 2021-07-02 20:50:38
Device jobs
In a typical scenario, the device administrator or operators are required to manage devices in bulk. In the earlier sections, we looked at the device twin, which maintains properties and tags. Conceptually, the job is nothing but a wrapper on the possible actions, which can be done in bulk.
Suppose we have a scenario in which we need to update the properties for multiple devices; in such a case, one can schedule the job and track the progress of the job. I would like to set the frequency to send the data every 1 hour instead of every 30 minutes for 1000 IoT devices. Another example could be to reboot multiple devices at the same time.
Device administrators can perform device registrations in bulk using the export and import methods.
推薦閱讀
- Implementing Modern DevOps
- AngularJS Testing Cookbook
- LabVIEW程序設計基礎與應用
- Boost C++ Application Development Cookbook(Second Edition)
- 圖解Java數據結構與算法(微課視頻版)
- 動手玩轉Scratch3.0編程:人工智能科創教育指南
- WSO2 Developer’s Guide
- FLL+WRO樂高機器人競賽教程:機械、巡線與PID
- Swift Playgrounds少兒趣編程
- PLC應用技術(三菱FX2N系列)
- NetBeans IDE 8 Cookbook
- Rust游戲開發實戰
- 編程可以很簡單
- Python計算機視覺和自然語言處理
- Django Design Patterns and Best Practices