次の方法で共有


IAuthenticationMethod.Populate メソッド

定義

オーバーロード

Populate(IotHubConnectionCredentials)

現在のインスタンスの IotHubConnectionCredentials プロパティに基づいてインスタンスを設定します。

Populate(IotHubConnectionStringBuilder)

現在のインスタンスの IotHubConnectionStringBuilder プロパティに基づいてインスタンスを設定します。

Populate(IotHubConnectionCredentials)

現在のインスタンスの IotHubConnectionCredentials プロパティに基づいてインスタンスを設定します。

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

パラメーター

iotHubConnectionCredentials
IotHubConnectionCredentials

設定するインスタンス。

適用対象

Populate(IotHubConnectionStringBuilder)

現在のインスタンスの IotHubConnectionStringBuilder プロパティに基づいてインスタンスを設定します。

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

パラメーター

iotHubConnectionStringBuilder
IotHubConnectionStringBuilder

設定するインスタンス。

戻り値

設定された IotHubConnectionStringBuilder インスタンス。

適用対象