Language

DeviceManagementClientSettings Class

Definition

Represents the settings used to configure a DeviceManagementClient that can be loaded from an IConfigurationSection.

public class DeviceManagementClientSettings : System.ClientModel.Primitives.ClientSettings
type DeviceManagementClientSettings = class
    inherit ClientSettings
Public Class DeviceManagementClientSettings
Inherits ClientSettings
Inheritance
DeviceManagementClientSettings

Constructors

Name Description
DeviceManagementClientSettings()

Properties

Name Description
Credential

Gets or sets the credential settings.

(Inherited from ClientSettings)
CredentialProvider

Gets or sets the credential provider.

(Inherited from ClientSettings)
Endpoint

Gets or sets the Endpoint.

InstanceId

Gets or sets the InstanceId.

Options

Gets or sets the Options.

Methods

Name Description
BindCore(IConfigurationSection)

Binds configuration values from the given section.

PostConfigure(Action<IConfigurationSection>)

Allows for additional configuration using the IConfigurationSection after the initial binding.

(Inherited from ClientSettings)

Applies to