Sprog

TextTranslationClientSettings Class

Definition

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

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

Constructors

Name Description
TextTranslationClientSettings()

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.

Region

Gets or sets the Region.

ResourceId

Gets or sets the ResourceId.

TokenScope

Gets or sets the TokenScope.

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