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

ProvisioningDeviceClient Class

Definition

The client for provisioning devices using Azure Device Provisioning Service.

public class ProvisioningDeviceClient
type ProvisioningDeviceClient = class
Public Class ProvisioningDeviceClient
Inheritance
ProvisioningDeviceClient

Constructors

ProvisioningDeviceClient(String, String, AuthenticationProvider, ProvisioningClientOptions)

Creates an instance of this class.

Properties

ProductInfo

Stores product information that will be appended to the user agent string that is sent to IoT hub.

Methods

Create(String, String, SecurityProvider, ProvisioningTransportHandler)

Creates an instance of the Device Provisioning Client.

RegisterAsync(CancellationToken)

Registers the current device using the Device Provisioning Service and assigns it to an IoT hub.

RegisterAsync(ProvisioningRegistrationAdditionalData, CancellationToken)

Registers the current device using the Device Provisioning Service and assigns it to an IoT hub.

RegisterAsync(ProvisioningRegistrationAdditionalData, TimeSpan)

Registers the current device using the Device Provisioning Service and assigns it to an IoT hub.

RegisterAsync(RegistrationRequestPayload, CancellationToken)

Registers the current device using the Device Provisioning Service and assigns it to an IoT hub.

RegisterAsync(TimeSpan)

Registers the current device using the Device Provisioning Service and assigns it to an IoT hub.

Applies to