ProvisioningClientOptions Class

Definition

Options that allow configuration of the provisioning device client instance during initialization.

public sealed class ProvisioningClientOptions
type ProvisioningClientOptions = class
Public NotInheritable Class ProvisioningClientOptions
Inheritance
ProvisioningClientOptions

Constructors

ProvisioningClientOptions()

Creates an instances of this class with the default transport settings.

ProvisioningClientOptions(ProvisioningClientTransportSettings)

Creates an instance of this class with the specified transport settings.

Properties

AdditionalUserAgentInfo

Specifies additional information that will be appended to the user-agent string that is sent to IoT hub.

RetryPolicy

Sets the retry policy used in the operation retries.

TransportSettings

The transport settings to use (i.e., ProvisioningClientMqttSettings, ProvisioningClientAmqpSettings).

Applies to