Configuration - Apply On Edge Device
將設定內容套用至邊緣裝置。
POST https://fully-qualified-iothubname.azure-devices.net/devices/{id}/applyConfigurationContent?api-version=2021-04-12
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
id
|
path | True |
string |
邊緣裝置的唯一標識碼。 |
api-version
|
query | True |
string |
Api 的版本。 |
要求本文
名稱 | 類型 | Description |
---|---|---|
deviceContent |
object |
裝置組態內容。 |
moduleContent |
object |
模組組態內容。 |
modulesContent |
object |
模組組態內容。 |
回應
名稱 | 類型 | Description |
---|---|---|
204 No Content |
沒有內容。 |
定義
ConfigurationContent
邊緣裝置上裝置或模組的設定內容。
名稱 | 類型 | Description |
---|---|---|
deviceContent |
object |
裝置組態內容。 |
moduleContent |
object |
模組組態內容。 |
modulesContent |
object |
模組組態內容。 |