DeviceRegistrationStatesClient 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.
Subclient of ProvisioningServiceClient that handles all device registration state operations including getting a device registration state, deleting a device registration state, and querying device registration states.
public class DeviceRegistrationStatesClient
type DeviceRegistrationStatesClient = class
Public Class DeviceRegistrationStatesClient
- Inheritance
-
DeviceRegistrationStatesClient
Constructors
DeviceRegistrationStatesClient() |
Creates an instance of this class. Provided for unit testing purposes only. |
Methods
CreateEnrollmentGroupQuery(String, String, Int32, CancellationToken) |
Creates a query that lists the registration states of devices in a given enrollment group. |
DeleteAsync(DeviceRegistrationState, CancellationToken) |
Delete the device registration. |
DeleteAsync(String, CancellationToken) |
Delete the device registration. |
GetAsync(String, CancellationToken) |
Get the device registration state. |
Applies to
Azure SDK for .NET