Configuration - Apply On Edge Device
Hiermee past u de configuratie-inhoud toe op een edge-apparaat.
POST https://fully-qualified-iothubname.azure-devices.net/devices/{id}/applyConfigurationContent?api-version=2021-04-12
URI-parameters
Name | In | Vereist | Type | Description |
---|---|---|---|---|
id
|
path | True |
string |
De unieke id van het edge-apparaat. |
api-version
|
query | True |
string |
Versie van de API. |
Aanvraagbody
Name | Type | Description |
---|---|---|
deviceContent |
object |
De inhoud van de apparaatconfiguratie. |
moduleContent |
object |
De inhoud van de moduleconfiguratie. |
modulesContent |
object |
De inhoud van de moduleconfiguratie. |
Antwoorden
Name | Type | Description |
---|---|---|
204 No Content |
Geen inhoud. |
Definities
ConfigurationContent
De configuratie-inhoud voor apparaten of modules op edge-apparaten.
Name | Type | Description |
---|---|---|
deviceContent |
object |
De inhoud van de apparaatconfiguratie. |
moduleContent |
object |
De inhoud van de moduleconfiguratie. |
modulesContent |
object |
De inhoud van de moduleconfiguratie. |