Freigeben über


RegistryManager.AddDeviceWithTwinAsync Methode

Definition

Überlädt

AddDeviceWithTwinAsync(Device, Twin)

Fügt ein Gerät mit Zwillingsinformationen hinzu

AddDeviceWithTwinAsync(Device, Twin, CancellationToken)

Fügt ein Gerät mit Zwillingsinformationen hinzu

AddDeviceWithTwinAsync(Device, Twin)

Fügt ein Gerät mit Zwillingsinformationen hinzu

public virtual System.Threading.Tasks.Task<Microsoft.Azure.Devices.BulkRegistryOperationResult> AddDeviceWithTwinAsync (Microsoft.Azure.Devices.Device device, Microsoft.Azure.Devices.Shared.Twin twin);
abstract member AddDeviceWithTwinAsync : Microsoft.Azure.Devices.Device * Microsoft.Azure.Devices.Shared.Twin -> System.Threading.Tasks.Task<Microsoft.Azure.Devices.BulkRegistryOperationResult>
override this.AddDeviceWithTwinAsync : Microsoft.Azure.Devices.Device * Microsoft.Azure.Devices.Shared.Twin -> System.Threading.Tasks.Task<Microsoft.Azure.Devices.BulkRegistryOperationResult>
Public Overridable Function AddDeviceWithTwinAsync (device As Device, twin As Twin) As Task(Of BulkRegistryOperationResult)

Parameter

device
Device

Das hinzuzufügende Gerät.

twin
Twin

Die Zwillingsinformationen für das hinzugefügte Gerät.

Gibt zurück

Das Ergebnis des Add-Vorgangs.

Gilt für:

AddDeviceWithTwinAsync(Device, Twin, CancellationToken)

Fügt ein Gerät mit Zwillingsinformationen hinzu

public virtual System.Threading.Tasks.Task<Microsoft.Azure.Devices.BulkRegistryOperationResult> AddDeviceWithTwinAsync (Microsoft.Azure.Devices.Device device, Microsoft.Azure.Devices.Shared.Twin twin, System.Threading.CancellationToken cancellationToken);
abstract member AddDeviceWithTwinAsync : Microsoft.Azure.Devices.Device * Microsoft.Azure.Devices.Shared.Twin * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Devices.BulkRegistryOperationResult>
override this.AddDeviceWithTwinAsync : Microsoft.Azure.Devices.Device * Microsoft.Azure.Devices.Shared.Twin * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Devices.BulkRegistryOperationResult>
Public Overridable Function AddDeviceWithTwinAsync (device As Device, twin As Twin, cancellationToken As CancellationToken) As Task(Of BulkRegistryOperationResult)

Parameter

device
Device

Das hinzuzufügende Gerät.

twin
Twin

Die Zwillingsinformationen für das hinzugefügte Gerät.

cancellationToken
CancellationToken

Ein Abbruchtoken, um den Vorgang abzubrechen.

Gibt zurück

Das Ergebnis des Add-Vorgangs.

Gilt für: