ProvisioningDeviceClient Class
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.
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
Azure SDK for .NET