IAuthenticationMethod.Populate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Populate(IotHubConnectionCredentials) |
Populates an |
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
Azure SDK for .NET