BatchServiceClient コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
BatchServiceClient() | |
BatchServiceClient(DelegatingHandler[]) |
BatchServiceClient クラスの新しいインスタンスを初期化します。 |
BatchServiceClient(ServiceClientCredentials, DelegatingHandler[]) |
BatchServiceClient クラスの新しいインスタンスを初期化します。 |
BatchServiceClient(HttpClient, Boolean) |
BatchServiceClient クラスの新しいインスタンスを初期化します。 |
BatchServiceClient(HttpClientHandler, DelegatingHandler[]) |
BatchServiceClient クラスの新しいインスタンスを初期化します。 |
BatchServiceClient(ServiceClientCredentials, HttpClient, Boolean) |
BatchServiceClient クラスの新しいインスタンスを初期化します。 |
BatchServiceClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[]) |
BatchServiceClient クラスの新しいインスタンスを初期化します。 |
BatchServiceClient()
BatchServiceClient(DelegatingHandler[])
BatchServiceClient クラスの新しいインスタンスを初期化します。
protected BatchServiceClient (params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Batch.Protocol.BatchServiceClient : System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Batch.Protocol.BatchServiceClient
Protected Sub New (ParamArray handlers As DelegatingHandler())
パラメーター
- handlers
- DelegatingHandler[]
省略可能。 http クライアント パイプラインに追加する委任ハンドラー。
適用対象
BatchServiceClient(ServiceClientCredentials, DelegatingHandler[])
BatchServiceClient クラスの新しいインスタンスを初期化します。
public BatchServiceClient (Microsoft.Rest.ServiceClientCredentials credentials, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Batch.Protocol.BatchServiceClient : Microsoft.Rest.ServiceClientCredentials * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Batch.Protocol.BatchServiceClient
Public Sub New (credentials As ServiceClientCredentials, ParamArray handlers As DelegatingHandler())
パラメーター
- credentials
- ServiceClientCredentials
必須。 クライアントが Azure に接続するために必要な資格情報。
- handlers
- DelegatingHandler[]
任意。 http クライアント パイプラインに追加する委任ハンドラー。
例外
必須パラメーターが null の場合にスローされます
適用対象
BatchServiceClient(HttpClient, Boolean)
BatchServiceClient クラスの新しいインスタンスを初期化します。
protected BatchServiceClient (System.Net.Http.HttpClient httpClient, bool disposeHttpClient);
new Microsoft.Azure.Batch.Protocol.BatchServiceClient : System.Net.Http.HttpClient * bool -> Microsoft.Azure.Batch.Protocol.BatchServiceClient
Protected Sub New (httpClient As HttpClient, disposeHttpClient As Boolean)
パラメーター
- httpClient
- HttpClient
使用する HttpClient
- disposeHttpClient
- Boolean
True: BatchServiceClient.Dispose() を呼び出すと、指定された httpClient が破棄されます。 False: 指定された httpClient は破棄されません
適用対象
BatchServiceClient(HttpClientHandler, DelegatingHandler[])
BatchServiceClient クラスの新しいインスタンスを初期化します。
protected BatchServiceClient (System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Batch.Protocol.BatchServiceClient : System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Batch.Protocol.BatchServiceClient
Protected Sub New (rootHandler As HttpClientHandler, ParamArray handlers As DelegatingHandler())
パラメーター
- rootHandler
- HttpClientHandler
省略可能。 http トランスポートを処理するために使用される http クライアント ハンドラー。
- handlers
- DelegatingHandler[]
省略可能。 http クライアント パイプラインに追加する委任ハンドラー。
適用対象
BatchServiceClient(ServiceClientCredentials, HttpClient, Boolean)
BatchServiceClient クラスの新しいインスタンスを初期化します。
public BatchServiceClient (Microsoft.Rest.ServiceClientCredentials credentials, System.Net.Http.HttpClient httpClient, bool disposeHttpClient);
new Microsoft.Azure.Batch.Protocol.BatchServiceClient : Microsoft.Rest.ServiceClientCredentials * System.Net.Http.HttpClient * bool -> Microsoft.Azure.Batch.Protocol.BatchServiceClient
Public Sub New (credentials As ServiceClientCredentials, httpClient As HttpClient, disposeHttpClient As Boolean)
パラメーター
- credentials
- ServiceClientCredentials
必須。 クライアントが Azure に接続するために必要な資格情報。
- httpClient
- HttpClient
使用する HttpClient
- disposeHttpClient
- Boolean
True: BatchServiceClient.Dispose() を呼び出すと、指定された httpClient が破棄されます。 False: 指定された httpClient は破棄されません
例外
必須パラメーターが null の場合にスローされます
適用対象
BatchServiceClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])
BatchServiceClient クラスの新しいインスタンスを初期化します。
public BatchServiceClient (Microsoft.Rest.ServiceClientCredentials credentials, System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Batch.Protocol.BatchServiceClient : Microsoft.Rest.ServiceClientCredentials * System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Batch.Protocol.BatchServiceClient
Public Sub New (credentials As ServiceClientCredentials, rootHandler As HttpClientHandler, ParamArray handlers As DelegatingHandler())
パラメーター
- credentials
- ServiceClientCredentials
必須。 クライアントが Azure に接続するために必要な資格情報。
- rootHandler
- HttpClientHandler
省略可能。 http トランスポートを処理するために使用される http クライアント ハンドラー。
- handlers
- DelegatingHandler[]
省略可能。 http クライアント パイプラインに追加する委任ハンドラー。
例外
必須パラメーターが null の場合にスローされます
適用対象
Azure SDK for .NET