Freigeben über


IAuthenticationMethod.Populate Methode

Definition

Überlädt

Populate(IotHubConnectionCredentials)

Füllt eine IotHubConnectionCredentials instance basierend auf den Eigenschaften der aktuellen instance auf.

Populate(IotHubConnectionStringBuilder)

Füllt eine IotHubConnectionStringBuilder instance basierend auf den Eigenschaften der aktuellen instance auf.

Populate(IotHubConnectionCredentials)

Füllt eine IotHubConnectionCredentials instance basierend auf den Eigenschaften der aktuellen instance auf.

public void Populate (ref Microsoft.Azure.Devices.Client.IotHubConnectionCredentials iotHubConnectionCredentials);
abstract member Populate : IotHubConnectionCredentials -> unit
Public Sub Populate (ByRef iotHubConnectionCredentials As IotHubConnectionCredentials)

Parameter

iotHubConnectionCredentials
IotHubConnectionCredentials

Zu füllende Instanz.

Gilt für:

Populate(IotHubConnectionStringBuilder)

Füllt eine IotHubConnectionStringBuilder instance basierend auf den Eigenschaften der aktuellen instance auf.

public Microsoft.Azure.Devices.Client.IotHubConnectionStringBuilder Populate (Microsoft.Azure.Devices.Client.IotHubConnectionStringBuilder iotHubConnectionStringBuilder);
abstract member Populate : Microsoft.Azure.Devices.Client.IotHubConnectionStringBuilder -> Microsoft.Azure.Devices.Client.IotHubConnectionStringBuilder
Public Function Populate (iotHubConnectionStringBuilder As IotHubConnectionStringBuilder) As IotHubConnectionStringBuilder

Parameter

iotHubConnectionStringBuilder
IotHubConnectionStringBuilder

Zu füllende Instanz.

Gibt zurück

Der aufgefüllte IotHubConnectionStringBuilder instance.

Gilt für: