Freigeben über


RegistryManager.ApplyConfigurationContentOnDeviceAsync Methode

Definition

Überlädt

ApplyConfigurationContentOnDeviceAsync(String, ConfigurationContent, CancellationToken)

Wendet Konfigurationsinhalte auf ein Edge-Gerät an.

ApplyConfigurationContentOnDeviceAsync(String, ConfigurationContent)

Wendet Konfigurationsinhalt auf ein Edgegerät an, um eine Bereitstellung zu erstellen.

ApplyConfigurationContentOnDeviceAsync(String, ConfigurationContent, CancellationToken)

Wendet Konfigurationsinhalte auf ein Edge-Gerät an.

public virtual System.Threading.Tasks.Task ApplyConfigurationContentOnDeviceAsync (string deviceId, Microsoft.Azure.Devices.ConfigurationContent content, System.Threading.CancellationToken cancellationToken);
abstract member ApplyConfigurationContentOnDeviceAsync : string * Microsoft.Azure.Devices.ConfigurationContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.ApplyConfigurationContentOnDeviceAsync : string * Microsoft.Azure.Devices.ConfigurationContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function ApplyConfigurationContentOnDeviceAsync (deviceId As String, content As ConfigurationContent, cancellationToken As CancellationToken) As Task

Parameter

deviceId
String

Die Geräte-ID.

content
ConfigurationContent

Die Konfiguration.

cancellationToken
CancellationToken

Das Token, mit dem der Vorgang abgebrochen werden kann.

Gibt zurück

Hinweise

ModulesContent ist erforderlich. DeviceContent ist optional. ModuleContent ist nicht zutreffend.

Gilt für:

ApplyConfigurationContentOnDeviceAsync(String, ConfigurationContent)

Wendet Konfigurationsinhalt auf ein Edgegerät an, um eine Bereitstellung zu erstellen.

public virtual System.Threading.Tasks.Task ApplyConfigurationContentOnDeviceAsync (string deviceId, Microsoft.Azure.Devices.ConfigurationContent content);
abstract member ApplyConfigurationContentOnDeviceAsync : string * Microsoft.Azure.Devices.ConfigurationContent -> System.Threading.Tasks.Task
override this.ApplyConfigurationContentOnDeviceAsync : string * Microsoft.Azure.Devices.ConfigurationContent -> System.Threading.Tasks.Task
Public Overridable Function ApplyConfigurationContentOnDeviceAsync (deviceId As String, content As ConfigurationContent) As Task

Parameter

deviceId
String

Die Geräte-ID.

content
ConfigurationContent

Die Konfiguration.

Gibt zurück

Hinweise

ModulesContent ist erforderlich. DeviceContent ist optional. ModuleContent ist nicht zutreffend.

Gilt für: