DeviceManagementClientHostExtensions 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.
Extension methods to add DeviceManagementClient to an IHostApplicationBuilder.
public static class DeviceManagementClientHostExtensions
type DeviceManagementClientHostExtensions = class
Public Module DeviceManagementClientHostExtensions
- Inheritance
-
DeviceManagementClientHostExtensions
Methods
| Name | Description |
|---|---|
| AddDeviceManagementClient(IHostApplicationBuilder, String, Action<DeviceManagementClientSettings>) |
Adds a singleton DeviceManagementClient to the IHostApplicationBuilder's service collection. |
| AddDeviceManagementClient(IHostApplicationBuilder, String) |
Adds a singleton DeviceManagementClient to the IHostApplicationBuilder's service collection. |
| AddKeyedDeviceManagementClient(IHostApplicationBuilder, String, String, Action<DeviceManagementClientSettings>) |
Adds a keyed singleton DeviceManagementClient to the IHostApplicationBuilder's service collection. |
| AddKeyedDeviceManagementClient(IHostApplicationBuilder, String, String) |
Adds a keyed singleton DeviceManagementClient to the IHostApplicationBuilder's service collection. |