你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ClientAuthenticationWithSharedAccessSignature.Populate Method

Definition

Populates a supplied instance based on the properties of the current instance.

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

Parameters

iotHubConnectionCredentials
IotHubConnectionCredentials

Instance to populate.

Implements

Microsoft.Azure.Devices.Client.IAuthenticationMethod.Populate(Microsoft.Azure.Devices.Client.IotHubConnectionCredentials@)

Exceptions

Thrown when iotHubConnectionCredentials is null.

Applies to