Configuration - Apply On Edge Device
Tillämpar konfigurationsinnehållet på en gränsenhet.
POST https://fully-qualified-iothubname.azure-devices.net/devices/{id}/applyConfigurationContent?api-version=2021-04-12
URI-parametrar
| Name | I | Obligatorisk | Typ | Description |
|---|---|---|---|---|
|
id
|
path | True |
string |
Den unika identifieraren för gränsenheten. |
|
api-version
|
query | True |
string |
Version av API:et. |
Begärandetext
| Name | Typ | Description |
|---|---|---|
| deviceContent |
object |
Innehållet i enhetskonfigurationen. |
| moduleContent |
object |
Modulkonfigurationsinnehållet. |
| modulesContent |
object |
Modulens konfigurationsinnehåll. |
Svar
| Name | Typ | Description |
|---|---|---|
| 204 No Content |
Inget innehåll. |
Definitioner
ConfigurationContent
Konfigurationsinnehållet för enheter eller moduler på gränsenheter.
| Name | Typ | Description |
|---|---|---|
| deviceContent |
object |
Innehållet i enhetskonfigurationen. |
| moduleContent |
object |
Modulkonfigurationsinnehållet. |
| modulesContent |
object |
Modulens konfigurationsinnehåll. |