次の方法で共有


IAzureClientFactoryBuilder インターフェイス

定義

依存関係挿入コンテナーに Azure クライアントを登録するための抽象化。

public interface IAzureClientFactoryBuilder
type IAzureClientFactoryBuilder = interface
Public Interface IAzureClientFactoryBuilder
派生

メソッド

RegisterClientFactory<TClient,TOptions>(Func<TOptions,TClient>)

ファクトリを使用してクライアント インスタンスを作成して、依存関係挿入コンテナーにクライアントを登録します。

適用対象