Configuration - Apply On Edge Device

エッジ デバイスに構成コンテンツを適用します。

POST https://fully-qualified-iothubname.azure-devices.net/devices/{id}/applyConfigurationContent?api-version=2021-04-12

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

モジュールの構成コンテンツ。