使用“createOrUpdate”模式使用批量 REST API 创建 Azure IoT 中心设备时出现“InternalServerError”
Getting `InternalServerError` when creating Azure IoT Hub devices with bulk REST API with `createOrUpdate` mode
我正在使用 bulk device operation 和 create
模式工作正常但是当使用 createOrUpdate
模式时 API 服务器 returns HTTP 代码 500。
为什么我不能使用 createOrUpdate
?
目前 Azure IoT Hub Device REST API 批量操作不支持 CreateOrUpdate 模式,只支持 Imports 操作。我已就文档提供反馈以澄清此问题。
我正在使用 bulk device operation 和 create
模式工作正常但是当使用 createOrUpdate
模式时 API 服务器 returns HTTP 代码 500。
为什么我不能使用 createOrUpdate
?
目前 Azure IoT Hub Device REST API 批量操作不支持 CreateOrUpdate 模式,只支持 Imports 操作。我已就文档提供反馈以澄清此问题。