Freigeben über


RegistryManager.ReplaceTwinAsync Methode

Definition

Überlädt

ReplaceTwinAsync(String, String, String, CancellationToken)

Updates die veränderlichen Felder vonTwin

ReplaceTwinAsync(String, String, Twin, String, CancellationToken)

Updates die veränderlichen Felder des ModulsTwin

ReplaceTwinAsync(String, String, String, String)

Updates die veränderlichen Felder des ModulsTwin

ReplaceTwinAsync(String, String, String, String, CancellationToken)

Updates die veränderlichen Felder des ModulsTwin

ReplaceTwinAsync(String, Twin, String, CancellationToken)

Updates die veränderlichen Felder vonTwin

ReplaceTwinAsync(String, String, String)

Updates die veränderlichen Felder vonTwin

ReplaceTwinAsync(String, Twin, String)

Updates die veränderlichen Felder vonTwin

ReplaceTwinAsync(String, String, Twin, String)

Updates die veränderlichen Felder des ModulsTwin

ReplaceTwinAsync(String, String, String, CancellationToken)

Updates die veränderlichen Felder vonTwin

public virtual System.Threading.Tasks.Task<Microsoft.Azure.Devices.Shared.Twin> ReplaceTwinAsync (string deviceId, string newTwinJson, string etag, System.Threading.CancellationToken cancellationToken);
abstract member ReplaceTwinAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Devices.Shared.Twin>
override this.ReplaceTwinAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Devices.Shared.Twin>
Public Overridable Function ReplaceTwinAsync (deviceId As String, newTwinJson As String, etag As String, cancellationToken As CancellationToken) As Task(Of Twin)

Parameter

deviceId
String

Die Geräte-ID.

newTwinJson
String

Neuer Twin-JSON-Code, durch den ersetzt werden soll.

etag
String

Twin's ETag.

cancellationToken
CancellationToken

Vorgangsabbruchtoken.

Gibt zurück

Twin instance aktualisiert.

Gilt für:

ReplaceTwinAsync(String, String, Twin, String, CancellationToken)

Updates die veränderlichen Felder des ModulsTwin

public virtual System.Threading.Tasks.Task<Microsoft.Azure.Devices.Shared.Twin> ReplaceTwinAsync (string deviceId, string moduleId, Microsoft.Azure.Devices.Shared.Twin newTwin, string etag, System.Threading.CancellationToken cancellationToken);
abstract member ReplaceTwinAsync : string * string * Microsoft.Azure.Devices.Shared.Twin * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Devices.Shared.Twin>
override this.ReplaceTwinAsync : string * string * Microsoft.Azure.Devices.Shared.Twin * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Devices.Shared.Twin>
Public Overridable Function ReplaceTwinAsync (deviceId As String, moduleId As String, newTwin As Twin, etag As String, cancellationToken As CancellationToken) As Task(Of Twin)

Parameter

deviceId
String

Die Geräte-ID.

moduleId
String

Die Modul-ID.

newTwin
Twin

Neues Twin-Objekt, durch das ersetzt werden soll.

etag
String

Twin's ETag.

cancellationToken
CancellationToken

Vorgangsabbruchtoken.

Gibt zurück

Twin instance aktualisiert.

Gilt für:

ReplaceTwinAsync(String, String, String, String)

Updates die veränderlichen Felder des ModulsTwin

public virtual System.Threading.Tasks.Task<Microsoft.Azure.Devices.Shared.Twin> ReplaceTwinAsync (string deviceId, string moduleId, string newTwinJson, string etag);
abstract member ReplaceTwinAsync : string * string * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.Devices.Shared.Twin>
override this.ReplaceTwinAsync : string * string * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.Devices.Shared.Twin>
Public Overridable Function ReplaceTwinAsync (deviceId As String, moduleId As String, newTwinJson As String, etag As String) As Task(Of Twin)

Parameter

deviceId
String

Die Geräte-ID.

moduleId
String

Die Modul-ID.

newTwinJson
String

Neuer Twin-JSON-Code, durch den ersetzt werden soll.

etag
String

Twin's ETag.

Gibt zurück

Twin instance aktualisiert.

Gilt für:

ReplaceTwinAsync(String, String, String, String, CancellationToken)

Updates die veränderlichen Felder des ModulsTwin

public virtual System.Threading.Tasks.Task<Microsoft.Azure.Devices.Shared.Twin> ReplaceTwinAsync (string deviceId, string moduleId, string newTwinJson, string etag, System.Threading.CancellationToken cancellationToken);
abstract member ReplaceTwinAsync : string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Devices.Shared.Twin>
override this.ReplaceTwinAsync : string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Devices.Shared.Twin>
Public Overridable Function ReplaceTwinAsync (deviceId As String, moduleId As String, newTwinJson As String, etag As String, cancellationToken As CancellationToken) As Task(Of Twin)

Parameter

deviceId
String

Die Geräte-ID.

moduleId
String

Die Modul-ID.

newTwinJson
String

Neuer Twin-JSON-Code, durch den ersetzt werden soll.

etag
String

Twin's ETag.

cancellationToken
CancellationToken

Vorgangsabbruchtoken.

Gibt zurück

Twin instance aktualisiert.

Gilt für:

ReplaceTwinAsync(String, Twin, String, CancellationToken)

Updates die veränderlichen Felder vonTwin

public virtual System.Threading.Tasks.Task<Microsoft.Azure.Devices.Shared.Twin> ReplaceTwinAsync (string deviceId, Microsoft.Azure.Devices.Shared.Twin newTwin, string etag, System.Threading.CancellationToken cancellationToken);
abstract member ReplaceTwinAsync : string * Microsoft.Azure.Devices.Shared.Twin * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Devices.Shared.Twin>
override this.ReplaceTwinAsync : string * Microsoft.Azure.Devices.Shared.Twin * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Devices.Shared.Twin>
Public Overridable Function ReplaceTwinAsync (deviceId As String, newTwin As Twin, etag As String, cancellationToken As CancellationToken) As Task(Of Twin)

Parameter

deviceId
String

Die Geräte-ID.

newTwin
Twin

Neues Twin-Objekt, durch das ersetzt werden soll.

etag
String

Twin's ETag.

cancellationToken
CancellationToken

Vorgangsabbruchtoken.

Gibt zurück

Twin instance aktualisiert.

Gilt für:

ReplaceTwinAsync(String, String, String)

Updates die veränderlichen Felder vonTwin

public virtual System.Threading.Tasks.Task<Microsoft.Azure.Devices.Shared.Twin> ReplaceTwinAsync (string deviceId, string newTwinJson, string etag);
abstract member ReplaceTwinAsync : string * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.Devices.Shared.Twin>
override this.ReplaceTwinAsync : string * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.Devices.Shared.Twin>
Public Overridable Function ReplaceTwinAsync (deviceId As String, newTwinJson As String, etag As String) As Task(Of Twin)

Parameter

deviceId
String

Die Geräte-ID.

newTwinJson
String

Neuer Twin-JSON-Code, durch den ersetzt werden soll.

etag
String

Twin's ETag.

Gibt zurück

Twin instance aktualisiert.

Gilt für:

ReplaceTwinAsync(String, Twin, String)

Updates die veränderlichen Felder vonTwin

public virtual System.Threading.Tasks.Task<Microsoft.Azure.Devices.Shared.Twin> ReplaceTwinAsync (string deviceId, Microsoft.Azure.Devices.Shared.Twin newTwin, string etag);
abstract member ReplaceTwinAsync : string * Microsoft.Azure.Devices.Shared.Twin * string -> System.Threading.Tasks.Task<Microsoft.Azure.Devices.Shared.Twin>
override this.ReplaceTwinAsync : string * Microsoft.Azure.Devices.Shared.Twin * string -> System.Threading.Tasks.Task<Microsoft.Azure.Devices.Shared.Twin>
Public Overridable Function ReplaceTwinAsync (deviceId As String, newTwin As Twin, etag As String) As Task(Of Twin)

Parameter

deviceId
String

Die Geräte-ID.

newTwin
Twin

Neues Twin-Objekt, durch das ersetzt werden soll.

etag
String

Twin's ETag.

Gibt zurück

Twin instance aktualisiert.

Gilt für:

ReplaceTwinAsync(String, String, Twin, String)

Updates die veränderlichen Felder des ModulsTwin

public virtual System.Threading.Tasks.Task<Microsoft.Azure.Devices.Shared.Twin> ReplaceTwinAsync (string deviceId, string moduleId, Microsoft.Azure.Devices.Shared.Twin newTwin, string etag);
abstract member ReplaceTwinAsync : string * string * Microsoft.Azure.Devices.Shared.Twin * string -> System.Threading.Tasks.Task<Microsoft.Azure.Devices.Shared.Twin>
override this.ReplaceTwinAsync : string * string * Microsoft.Azure.Devices.Shared.Twin * string -> System.Threading.Tasks.Task<Microsoft.Azure.Devices.Shared.Twin>
Public Overridable Function ReplaceTwinAsync (deviceId As String, moduleId As String, newTwin As Twin, etag As String) As Task(Of Twin)

Parameter

deviceId
String

Die Geräte-ID.

moduleId
String

Die Modul-ID.

newTwin
Twin

Neues Twin-Objekt, durch das ersetzt werden soll.

etag
String

Twin's ETag.

Gibt zurück

Twin instance aktualisiert.

Gilt für: