你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Cloud To Device Messages - Purge Cloud To Device Message Queue
删除IoT 中心中某个设备的所有挂起命令。
DELETE https://fully-qualified-iothubname.azure-devices.net/devices/{id}/commands?api-version=2021-04-12
URI 参数
名称 | 在 | 必需 | 类型 | 说明 |
---|---|---|---|---|
id
|
path | True |
string |
设备的唯一标识符。 |
api-version
|
query | True |
string |
Api 的版本。 |
响应
名称 | 类型 | 说明 |
---|---|---|
200 OK |
没问题。 |
定义
PurgeMessageQueueResult
设备消息队列清除操作的结果。
名称 | 类型 | 说明 |
---|---|---|
deviceId |
string |
设备的唯一标识符。 |
moduleId |
string |
模块的唯一标识符。 |
totalMessagesPurged |
integer |
清除的消息总数。 |