AzureComponentFactory Class
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.
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
Azure SDK for .NET