次の方法で共有


AzureClientFactoryBuilder.AddClient メソッド

定義

オーバーロード

AddClient<TClient,TOptions>(Func<TOptions,TokenCredential,IServiceProvider,TClient>)

オプションの種類として を使用TOptionsするためのTClientクライアント ファクトリと認証用の をTokenCredential追加します。 クライアントの構築中からの IServiceProvider サービスの解決を許可します。

AddClient<TClient,TOptions>(Func<TOptions,TokenCredential,TClient>)

オプションの種類として を使用TOptionsするためのTClientクライアント ファクトリと認証用の をTokenCredential追加します。

AddClient<TClient,TOptions>(Func<TOptions,IServiceProvider,TClient>)

オプションの種類として を使用TOptionsするためのTClientクライアント ファクトリを追加します。 クライアントの構築中からの IServiceProvider サービスの解決を許可します。

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

オプションの種類として を使用TOptionsするためのTClientクライアント ファクトリを追加します。

AddClient<TClient,TOptions>(Func<TOptions,TokenCredential,IServiceProvider,TClient>)

ソース:
AzureClientFactoryBuilder.cs

オプションの種類として を使用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>)

ソース:
AzureClientFactoryBuilder.cs

オプションの種類として を使用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>)

ソース:
AzureClientFactoryBuilder.cs

オプションの種類として を使用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>)

ソース:
AzureClientFactoryBuilder.cs

オプションの種類として を使用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>クライアント構成を許可する 。

適用対象