RegistryManager.AddDeviceWithTwinAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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:
Azure SDK for .NET