ContentUnderstandingClientSettings Class

Definition

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

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

Constructors

Name Description
ContentUnderstandingClientSettings()

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.

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