- 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.
推薦閱讀
- TensorFlow Lite移動端深度學習
- Rust編程:入門、實戰與進階
- 軟件測試工程師面試秘籍
- Visual Basic程序設計教程
- RSpec Essentials
- Learning Concurrency in Kotlin
- Odoo 10 Implementation Cookbook
- Qlik Sense? Cookbook
- Java Web開發實例大全(基礎卷) (軟件工程師開發大系)
- 貫通Tomcat開發
- Mobile Forensics:Advanced Investigative Strategies
- R的極客理想:量化投資篇
- Java 9 with JShell
- 第五空間戰略:大國間的網絡博弈
- Python AI游戲編程入門:基于Pygame和PyTorch