Share via


AzureComponentFactory Class

Definition

Exposes methods to create various Azure client related types.

public abstract class AzureComponentFactory
type AzureComponentFactory = class
Public MustInherit Class AzureComponentFactory
Inheritance
AzureComponentFactory

Constructors

AzureComponentFactory()

Methods

CreateClient(Type, IConfiguration, TokenCredential, Object)

Creates a new client instance using the provided configuration to map constructor parameters from. Optionally takes a set of client option and credential to use when constructing a client.

CreateClientOptions(Type, Object, IConfiguration)

Creates an instance of a client options type while applying the global and configuration settings to it.

CreateTokenCredential(IConfiguration)

Creates an instance of TokenCredential from the provided IConfiguration object or returns a current default.

Applies to