IAuthenticationMethod.Populate 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
Populate(IotHubConnectionCredentials) |
Füllt eine |
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:
Azure SDK for .NET