你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BatchClientSettings Class

Definition

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

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

Constructors

Name Description
BatchClientSettings()

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