IClientBuilder Interface
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.
Provides a builder interface for configuring client applications.
public interface IClientBuilder
type IClientBuilder = interface
Public Interface IClientBuilder
Methods
| Name | Description |
|---|---|
| ConfigureCredential(Action<IConfigurationSection>) |
Adds a configuration action that mutates the |
| PostConfigure(Action<ClientSettings>) |
Adds a configuration action to be executed after the initial configuration of ClientSettings. |
Extension Methods
| Name | Description |
|---|---|
| WithAzureCredential(IClientBuilder) |
Registers a credential factory to return a TokenCredential to use for the current IClientBuilder. If the same credential configuration has already been registered, the existing credential instance is reused. |