ConfigurationsClient 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 IotHubServiceClient that handles creating, getting, setting and deleting configurations.
public class ConfigurationsClient
type ConfigurationsClient = class
Public Class ConfigurationsClient
- Inheritance
-
ConfigurationsClient
Constructors
ConfigurationsClient() |
Creates an instance of this class. Provided for unit testing purposes only. |
Methods
ApplyConfigurationContentOnDeviceAsync(String, ConfigurationContent, CancellationToken) |
Applies configuration content to an Edge device. |
CreateAsync(Configuration, CancellationToken) |
Creates a new configuration for Azure IoT Edge in IoT hub. |
DeleteAsync(Configuration, Boolean, CancellationToken) |
Deletes a configuration from IoT hub. |
DeleteAsync(String, CancellationToken) |
Deletes a configuration from IoT hub. |
GetAsync(Int32, CancellationToken) |
Retrieves specified number of configuration from every IoT hub partition. Results are not ordered. |
GetAsync(String, CancellationToken) |
Retrieves the specified configuration object. |
SetAsync(Configuration, Boolean, CancellationToken) |
replace the mutable fields of the configuration registration. |
Applies to
Azure SDK for .NET