IAzureClientFactory<TClient> Interface

Definition

A factory abstraction for a component that can create Azure client instances with custom configuration for a given logical name.

public interface IAzureClientFactory<TClient>
type IAzureClientFactory<'Client> = interface
Public Interface IAzureClientFactory(Of TClient)

Type Parameters

TClient

The type of the client.

Methods

CreateClient(String)

Creates and configures an TClient instance using the configuration that corresponds to the logical name specified by name.

Applies to