Share via


IAuthenticationMethod.Populate Method

Definition

Overloads

Populate(IotHubConnectionCredentials)

Populates an IotHubConnectionCredentials instance based on the properties of the current instance.

Populate(IotHubConnectionStringBuilder)

Populates an IotHubConnectionStringBuilder instance based on the properties of the current instance.

Populate(IotHubConnectionCredentials)

Populates an IotHubConnectionCredentials instance based on the properties of the current instance.

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

Parameters

iotHubConnectionCredentials
IotHubConnectionCredentials

Instance to populate.

Applies to

Populate(IotHubConnectionStringBuilder)

Populates an IotHubConnectionStringBuilder instance based on the properties of the current instance.

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

Parameters

iotHubConnectionStringBuilder
IotHubConnectionStringBuilder

Instance to populate.

Returns

The populated IotHubConnectionStringBuilder instance.

Applies to