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

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