File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
articles/iot-hub-device-update Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,22 @@ The following table shows the enforced throttles for operations that are availab
39
39
| CreateOrUpdateDeployment| 7/min |
40
40
| DeleteDeployment| 7/min |
41
41
| ProcessSubgroupDeployment | 7/min|
42
-
42
+ | Delete Update | 510/min* |
43
+ | Get File| 510/min* |
44
+ | Get Operation Status| 510/min* |
45
+ | Get Update| 510/min* |
46
+ | Import Update| 510/min* |
47
+ | List Files| 510/min* |
48
+ | List Names| 510/min* |
49
+ | List Providers| 510/min* |
50
+ | List Updates| 510/min* |
51
+ | List Versions| 510/min* |
52
+ | List Operation Statuses| 50/min|
53
+
54
+
55
+ \* = the number of calls per minute is shared across all the listed operations
56
+
57
+ Additionally, the number of concurrent asynchronous import and/or delete operations is limited to 10 total operation jobs.
43
58
44
59
## Next steps
45
60
You can’t perform that action at this time.
0 commit comments