次の方法で共有


AdlsClient.CreateClient メソッド

定義

オーバーロード

CreateClient(String, ServiceClientCredentials)

ServiceClientCredential を使用して AdlsClient のインスタンスを作成するファクトリ メソッド。 アプリケーションでこの SDK を使用してマルチスレッド操作を実行する場合は、AdlsClient のインスタンスを作成する前に、Sdk で使用するスレッド数に ServicePointManager.DefaultConnectionLimit を設定することを強くお勧めします。 既定では、ServicePointManager.DefaultConnectionLimit は 2 に設定されています。

CreateClient(String, String)

トークン キーを使用してインスタンス AdlsClient を作成するファクトリ メソッド。 アプリケーションでこの SDK を使用してマルチスレッド操作を実行する場合は、AdlsClient のインスタンスを作成する前に、Sdk で使用するスレッド数に ServicePointManager.DefaultConnectionLimit を設定することを強くお勧めします。 既定では、ServicePointManager.DefaultConnectionLimit は 2 に設定されています。

CreateClient(String, ServiceClientCredentials, Int32)

ServiceClientCredential を使用して AdlsClient のインスタンスを作成するファクトリ メソッド。 アプリケーションでこの SDK を使用してマルチスレッド操作を実行する場合は、AdlsClient のインスタンスを作成する前に、Sdk で使用するスレッド数に ServicePointManager.DefaultConnectionLimit を設定することを強くお勧めします。 既定では、ServicePointManager.DefaultConnectionLimit は 2 に設定されています。

CreateClient(String, ServiceClientCredentials, DelegatingHandler[])

ServiceClientCredential を使用して AdlsClient のインスタンスを作成するファクトリ メソッド。 アプリケーションでこの SDK を使用してマルチスレッド操作を実行する場合は、AdlsClient のインスタンスを作成する前に、Sdk で使用するスレッド数に ServicePointManager.DefaultConnectionLimit を設定することを強くお勧めします。 既定では、ServicePointManager.DefaultConnectionLimit は 2 に設定されています。

CreateClient(String, String, Int32)

トークン キーを使用してインスタンス AdlsClient を作成するファクトリ メソッド。 アプリケーションでこの SDK を使用してマルチスレッド操作を実行する場合は、AdlsClient のインスタンスを作成する前に、Sdk で使用するスレッド数に ServicePointManager.DefaultConnectionLimit を設定することを強くお勧めします。 既定では、ServicePointManager.DefaultConnectionLimit は 2 に設定されています。

CreateClient(String, ServiceClientCredentials, Int32, DelegatingHandler[])

ServiceClientCredential を使用して AdlsClient のインスタンスを作成するファクトリ メソッド。 アプリケーションでこの SDK を使用してマルチスレッド操作を実行する場合は、AdlsClient のインスタンスを作成する前に、Sdk で使用するスレッド数に ServicePointManager.DefaultConnectionLimit を設定することを強くお勧めします。 既定では、ServicePointManager.DefaultConnectionLimit は 2 に設定されています。

CreateClient(String, ServiceClientCredentials)

ServiceClientCredential を使用して AdlsClient のインスタンスを作成するファクトリ メソッド。 アプリケーションでこの SDK を使用してマルチスレッド操作を実行する場合は、AdlsClient のインスタンスを作成する前に、Sdk で使用するスレッド数に ServicePointManager.DefaultConnectionLimit を設定することを強くお勧めします。 既定では、ServicePointManager.DefaultConnectionLimit は 2 に設定されています。

public static Microsoft.Azure.DataLake.Store.AdlsClient CreateClient (string accountFqdn, Microsoft.Rest.ServiceClientCredentials creds);
static member CreateClient : string * Microsoft.Rest.ServiceClientCredentials -> Microsoft.Azure.DataLake.Store.AdlsClient
Public Shared Function CreateClient (accountFqdn As String, creds As ServiceClientCredentials) As AdlsClient

パラメーター

accountFqdn
String

完全なドメイン名 (contoso.azuredatalakestore.net など) を含む Azure Data Lake Store アカウント名

creds
ServiceClientCredentials

認証トークンを取得する資格情報

戻り値

AdlsClient

適用対象

CreateClient(String, String)

トークン キーを使用してインスタンス AdlsClient を作成するファクトリ メソッド。 アプリケーションでこの SDK を使用してマルチスレッド操作を実行する場合は、AdlsClient のインスタンスを作成する前に、Sdk で使用するスレッド数に ServicePointManager.DefaultConnectionLimit を設定することを強くお勧めします。 既定では、ServicePointManager.DefaultConnectionLimit は 2 に設定されています。

public static Microsoft.Azure.DataLake.Store.AdlsClient CreateClient (string accountFqdn, string token);
static member CreateClient : string * string -> Microsoft.Azure.DataLake.Store.AdlsClient
Public Shared Function CreateClient (accountFqdn As String, token As String) As AdlsClient

パラメーター

accountFqdn
String

完全なドメイン名 (contoso.azuredatalakestore.net など) を含む Azure Data Lake Store アカウント名

token
String

完全な承認トークン (例: Bearer abcddsfere....

戻り値

AdlsClient

適用対象

CreateClient(String, ServiceClientCredentials, Int32)

ServiceClientCredential を使用して AdlsClient のインスタンスを作成するファクトリ メソッド。 アプリケーションでこの SDK を使用してマルチスレッド操作を実行する場合は、AdlsClient のインスタンスを作成する前に、Sdk で使用するスレッド数に ServicePointManager.DefaultConnectionLimit を設定することを強くお勧めします。 既定では、ServicePointManager.DefaultConnectionLimit は 2 に設定されています。

public static Microsoft.Azure.DataLake.Store.AdlsClient CreateClient (string accountFqdn, Microsoft.Rest.ServiceClientCredentials creds, int concurrency);
static member CreateClient : string * Microsoft.Rest.ServiceClientCredentials * int -> Microsoft.Azure.DataLake.Store.AdlsClient
Public Shared Function CreateClient (accountFqdn As String, creds As ServiceClientCredentials, concurrency As Integer) As AdlsClient

パラメーター

accountFqdn
String

完全なドメイン名 (contoso.azuredatalakestore.net など) を含む Azure Data Lake Store アカウント名

creds
ServiceClientCredentials

認証トークンを取得する資格情報

concurrency
Int32

サーバーへの parrallel 接続の数を制御します

戻り値

適用対象

CreateClient(String, ServiceClientCredentials, DelegatingHandler[])

ServiceClientCredential を使用して AdlsClient のインスタンスを作成するファクトリ メソッド。 アプリケーションでこの SDK を使用してマルチスレッド操作を実行する場合は、AdlsClient のインスタンスを作成する前に、Sdk で使用するスレッド数に ServicePointManager.DefaultConnectionLimit を設定することを強くお勧めします。 既定では、ServicePointManager.DefaultConnectionLimit は 2 に設定されています。

public static Microsoft.Azure.DataLake.Store.AdlsClient CreateClient (string accountFqdn, Microsoft.Rest.ServiceClientCredentials creds, params System.Net.Http.DelegatingHandler[] customHandlers);
static member CreateClient : string * Microsoft.Rest.ServiceClientCredentials * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.DataLake.Store.AdlsClient
Public Shared Function CreateClient (accountFqdn As String, creds As ServiceClientCredentials, ParamArray customHandlers As DelegatingHandler()) As AdlsClient

パラメーター

accountFqdn
String

完全なドメイン名 (contoso.azuredatalakestore.net など) を含む Azure Data Lake Store アカウント名

creds
ServiceClientCredentials

認証トークンを取得する資格情報

customHandlers
DelegatingHandler[]

httpclient のカスタム ハンドラー

戻り値

AdlsClient

適用対象

CreateClient(String, String, Int32)

トークン キーを使用してインスタンス AdlsClient を作成するファクトリ メソッド。 アプリケーションでこの SDK を使用してマルチスレッド操作を実行する場合は、AdlsClient のインスタンスを作成する前に、Sdk で使用するスレッド数に ServicePointManager.DefaultConnectionLimit を設定することを強くお勧めします。 既定では、ServicePointManager.DefaultConnectionLimit は 2 に設定されています。

public static Microsoft.Azure.DataLake.Store.AdlsClient CreateClient (string accountFqdn, string token, int concurrency);
static member CreateClient : string * string * int -> Microsoft.Azure.DataLake.Store.AdlsClient
Public Shared Function CreateClient (accountFqdn As String, token As String, concurrency As Integer) As AdlsClient

パラメーター

accountFqdn
String

完全なドメイン名 (contoso.azuredatalakestore.net など) を含む Azure Data Lake Store アカウント名

token
String

完全な承認トークン (例: Bearer abcddsfere....

concurrency
Int32

サーバーへの parrallel 接続の数を制御します

戻り値

AdlsClient

適用対象

CreateClient(String, ServiceClientCredentials, Int32, DelegatingHandler[])

ServiceClientCredential を使用して AdlsClient のインスタンスを作成するファクトリ メソッド。 アプリケーションでこの SDK を使用してマルチスレッド操作を実行する場合は、AdlsClient のインスタンスを作成する前に、Sdk で使用するスレッド数に ServicePointManager.DefaultConnectionLimit を設定することを強くお勧めします。 既定では、ServicePointManager.DefaultConnectionLimit は 2 に設定されています。

public static Microsoft.Azure.DataLake.Store.AdlsClient CreateClient (string accountFqdn, Microsoft.Rest.ServiceClientCredentials creds, int concurrency, params System.Net.Http.DelegatingHandler[] customHandlers);
static member CreateClient : string * Microsoft.Rest.ServiceClientCredentials * int * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.DataLake.Store.AdlsClient
Public Shared Function CreateClient (accountFqdn As String, creds As ServiceClientCredentials, concurrency As Integer, ParamArray customHandlers As DelegatingHandler()) As AdlsClient

パラメーター

accountFqdn
String

完全なドメイン名 (contoso.azuredatalakestore.net など) を含む Azure Data Lake Store アカウント名

creds
ServiceClientCredentials

認証トークンを取得する資格情報

concurrency
Int32

サーバーへの parrallel 接続の数を制御します

customHandlers
DelegatingHandler[]

httpclient のカスタム ハンドラー

戻り値

適用対象