次の方法で共有


IAzureClientFactoryBuilderWithConfiguration<TConfiguration> インターフェイス

定義

依存関係挿入コンテナーに Azure クライアントを登録し、オブジェクトを使用して IConfiguration 初期化するための抽象化。

public interface IAzureClientFactoryBuilderWithConfiguration<in TConfiguration> : Azure.Core.Extensions.IAzureClientFactoryBuilder
type IAzureClientFactoryBuilderWithConfiguration<'Configuration> = interface
    interface IAzureClientFactoryBuilder
Public Interface IAzureClientFactoryBuilderWithConfiguration(Of In TConfiguration)
Implements IAzureClientFactoryBuilder

型パラメーター

TConfiguration
この型パラメーターは反変です。 つまり、指定した型、または弱い派生型のいずれかを使用することができます。 共変性および反変性の詳細については、「ジェネリックの共変性と反変性」をご覧ください。
派生
実装

メソッド

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

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

(継承元 IAzureClientFactoryBuilder)
RegisterClientFactory<TClient,TOptions>(TConfiguration)

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

適用対象