AzureClientFactoryBuilder.AddClient メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
AddClient<TClient,TOptions>(Func<TOptions,TokenCredential,IServiceProvider,TClient>) |
オプションの種類として を使用 |
AddClient<TClient,TOptions>(Func<TOptions,TokenCredential,TClient>) |
オプションの種類として を使用 |
AddClient<TClient,TOptions>(Func<TOptions,IServiceProvider,TClient>) |
オプションの種類として を使用 |
AddClient<TClient,TOptions>(Func<TOptions,TClient>) |
オプションの種類として を使用 |
AddClient<TClient,TOptions>(Func<TOptions,TokenCredential,IServiceProvider,TClient>)
オプションの種類として を使用TOptions
するためのTClient
クライアント ファクトリと認証用の をTokenCredential追加します。
クライアントの構築中からの IServiceProvider サービスの解決を許可します。
public Azure.Core.Extensions.IAzureClientBuilder<TClient,TOptions> AddClient<TClient,TOptions> (Func<TOptions,Azure.Core.TokenCredential,IServiceProvider,TClient> factory) where TOptions : class;
member this.AddClient : Func<'Options, Azure.Core.TokenCredential, IServiceProvider, 'Client (requires 'Options : null)> -> Azure.Core.Extensions.IAzureClientBuilder<'Client, 'Options (requires 'Options : null)> (requires 'Options : null)
Public Function AddClient(Of TClient, TOptions) (factory As Func(Of TOptions, TokenCredential, IServiceProvider, TClient)) As IAzureClientBuilder(Of TClient, TOptions)
型パラメーター
- TClient
クライアントの型。
- TOptions
クライアント オプションの種類。
パラメーター
- factory
- Func<TOptions,TokenCredential,IServiceProvider,TClient>
戻り値
IAzureClientBuilder<TClient,TOptions>クライアント構成を許可する 。
適用対象
AddClient<TClient,TOptions>(Func<TOptions,TokenCredential,TClient>)
オプションの種類として を使用TOptions
するためのTClient
クライアント ファクトリと認証用の をTokenCredential追加します。
public Azure.Core.Extensions.IAzureClientBuilder<TClient,TOptions> AddClient<TClient,TOptions> (Func<TOptions,Azure.Core.TokenCredential,TClient> factory) where TOptions : class;
member this.AddClient : Func<'Options, Azure.Core.TokenCredential, 'Client (requires 'Options : null)> -> Azure.Core.Extensions.IAzureClientBuilder<'Client, 'Options (requires 'Options : null)> (requires 'Options : null)
Public Function AddClient(Of TClient, TOptions) (factory As Func(Of TOptions, TokenCredential, TClient)) As IAzureClientBuilder(Of TClient, TOptions)
型パラメーター
- TClient
クライアントの型。
- TOptions
クライアント オプションの種類。
パラメーター
- factory
- Func<TOptions,TokenCredential,TClient>
戻り値
IAzureClientBuilder<TClient,TOptions>クライアント構成を許可する 。
適用対象
AddClient<TClient,TOptions>(Func<TOptions,IServiceProvider,TClient>)
オプションの種類として を使用TOptions
するためのTClient
クライアント ファクトリを追加します。
クライアントの構築中からの IServiceProvider サービスの解決を許可します。
public Azure.Core.Extensions.IAzureClientBuilder<TClient,TOptions> AddClient<TClient,TOptions> (Func<TOptions,IServiceProvider,TClient> factory) where TOptions : class;
member this.AddClient : Func<'Options, IServiceProvider, 'Client (requires 'Options : null)> -> Azure.Core.Extensions.IAzureClientBuilder<'Client, 'Options (requires 'Options : null)> (requires 'Options : null)
Public Function AddClient(Of TClient, TOptions) (factory As Func(Of TOptions, IServiceProvider, TClient)) As IAzureClientBuilder(Of TClient, TOptions)
型パラメーター
- TClient
クライアントの型。
- TOptions
クライアント オプションの種類。
パラメーター
- factory
- Func<TOptions,IServiceProvider,TClient>
戻り値
IAzureClientBuilder<TClient,TOptions>クライアント構成を許可する 。
適用対象
AddClient<TClient,TOptions>(Func<TOptions,TClient>)
オプションの種類として を使用TOptions
するためのTClient
クライアント ファクトリを追加します。
public Azure.Core.Extensions.IAzureClientBuilder<TClient,TOptions> AddClient<TClient,TOptions> (Func<TOptions,TClient> factory) where TOptions : class;
member this.AddClient : Func<'Options, 'Client (requires 'Options : null)> -> Azure.Core.Extensions.IAzureClientBuilder<'Client, 'Options (requires 'Options : null)> (requires 'Options : null)
Public Function AddClient(Of TClient, TOptions) (factory As Func(Of TOptions, TClient)) As IAzureClientBuilder(Of TClient, TOptions)
型パラメーター
- TClient
クライアントの型。
- TOptions
クライアント オプションの種類。
パラメーター
- factory
- Func<TOptions,TClient>
戻り値
IAzureClientBuilder<TClient,TOptions>クライアント構成を許可する 。
適用対象
Azure SDK for .NET