你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Configuration - Apply On Edge Device

将配置内容应用于边缘设备。

POST https://fully-qualified-iothubname.azure-devices.net/devices/{id}/applyConfigurationContent?api-version=2020-05-31-preview

URI 参数

名称 必需 类型 说明
id
path True

string

边缘设备的唯一标识符。

api-version
query True

string

Api 的版本。

请求正文

名称 类型 说明
deviceContent

object

设备配置内容。

moduleContent

object

模块配置内容。

modulesContent

object

模块配置内容。

响应

名称 类型 说明
204 No Content

无内容。

定义

ConfigurationContent

边缘设备上的设备或模块的配置内容。

名称 类型 说明
deviceContent

object

设备配置内容。

moduleContent

object

模块配置内容。

modulesContent

object

模块配置内容。