Configuration - Apply On Edge Device
Wendet den Konfigurationsinhalt auf ein Edgegerät an.
POST https://fully-qualified-iothubname.azure-devices.net/devices/{id}/applyConfigurationContent?api-version=2021-04-12
URI-Parameter
Name | In | Erforderlich | Typ | Beschreibung |
---|---|---|---|---|
id
|
path | True |
string |
Der eindeutige Bezeichner des Edgegeräts. |
api-version
|
query | True |
string |
Version der API. |
Anforderungstext
Name | Typ | Beschreibung |
---|---|---|
deviceContent |
object |
Der Inhalt der Gerätekonfiguration. |
moduleContent |
object |
Der Inhalt der Modulkonfiguration. |
modulesContent |
object |
Der Konfigurationsinhalt der Module. |
Antworten
Name | Typ | Beschreibung |
---|---|---|
204 No Content |
Kein Inhalt. |
Definitionen
ConfigurationContent
Der Konfigurationsinhalt für Geräte oder Module auf Edgegeräten.
Name | Typ | Beschreibung |
---|---|---|
deviceContent |
object |
Der Inhalt der Gerätekonfiguration. |
moduleContent |
object |
Der Inhalt der Modulkonfiguration. |
modulesContent |
object |
Der Konfigurationsinhalt der Module. |