BatchAIManagementClient 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
BatchAIManagementClient(DelegatingHandler[]) |
初始化 BatchAIManagementClient 類別的新實例。 |
BatchAIManagementClient(ServiceClientCredentials, DelegatingHandler[]) |
初始化 BatchAIManagementClient 類別的新實例。 |
BatchAIManagementClient(HttpClientHandler, DelegatingHandler[]) |
初始化 BatchAIManagementClient 類別的新實例。 |
BatchAIManagementClient(Uri, DelegatingHandler[]) |
初始化 BatchAIManagementClient 類別的新實例。 |
BatchAIManagementClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[]) |
初始化 BatchAIManagementClient 類別的新實例。 |
BatchAIManagementClient(Uri, ServiceClientCredentials, DelegatingHandler[]) |
初始化 BatchAIManagementClient 類別的新實例。 |
BatchAIManagementClient(Uri, HttpClientHandler, DelegatingHandler[]) |
初始化 BatchAIManagementClient 類別的新實例。 |
BatchAIManagementClient(Uri, ServiceClientCredentials, HttpClientHandler, DelegatingHandler[]) |
初始化 BatchAIManagementClient 類別的新實例。 |
BatchAIManagementClient(DelegatingHandler[])
初始化 BatchAIManagementClient 類別的新實例。
protected BatchAIManagementClient (params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.BatchAI.BatchAIManagementClient : System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.BatchAI.BatchAIManagementClient
Protected Sub New (ParamArray handlers As DelegatingHandler())
參數
- handlers
- DelegatingHandler[]
選擇性。 要新增至 HTTP 用戶端管線的委派處理常式。
適用於
BatchAIManagementClient(ServiceClientCredentials, DelegatingHandler[])
初始化 BatchAIManagementClient 類別的新實例。
public BatchAIManagementClient (Microsoft.Rest.ServiceClientCredentials credentials, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.BatchAI.BatchAIManagementClient : Microsoft.Rest.ServiceClientCredentials * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.BatchAI.BatchAIManagementClient
Public Sub New (credentials As ServiceClientCredentials, ParamArray handlers As DelegatingHandler())
參數
- credentials
- ServiceClientCredentials
必要。 用戶端連線到 Azure 所需的認證。
- handlers
- DelegatingHandler[]
選擇性。 要新增至 HTTP 用戶端管線的委派處理常式。
例外狀況
當必要參數為 Null 時擲回
適用於
BatchAIManagementClient(HttpClientHandler, DelegatingHandler[])
初始化 BatchAIManagementClient 類別的新實例。
protected BatchAIManagementClient (System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.BatchAI.BatchAIManagementClient : System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.BatchAI.BatchAIManagementClient
Protected Sub New (rootHandler As HttpClientHandler, ParamArray handlers As DelegatingHandler())
參數
- rootHandler
- HttpClientHandler
選擇性。 用來處理 HTTP 傳輸的 HTTP 用戶端處理常式。
- handlers
- DelegatingHandler[]
選擇性。 要新增至 HTTP 用戶端管線的委派處理常式。
適用於
BatchAIManagementClient(Uri, DelegatingHandler[])
初始化 BatchAIManagementClient 類別的新實例。
protected BatchAIManagementClient (Uri baseUri, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.BatchAI.BatchAIManagementClient : Uri * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.BatchAI.BatchAIManagementClient
Protected Sub New (baseUri As Uri, ParamArray handlers As DelegatingHandler())
參數
- baseUri
- Uri
選擇性。 服務的基底 URI。
- handlers
- DelegatingHandler[]
選擇性。 要新增至 HTTP 用戶端管線的委派處理常式。
例外狀況
當必要參數為 Null 時擲回
適用於
BatchAIManagementClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])
初始化 BatchAIManagementClient 類別的新實例。
public BatchAIManagementClient (Microsoft.Rest.ServiceClientCredentials credentials, System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.BatchAI.BatchAIManagementClient : Microsoft.Rest.ServiceClientCredentials * System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.BatchAI.BatchAIManagementClient
Public Sub New (credentials As ServiceClientCredentials, rootHandler As HttpClientHandler, ParamArray handlers As DelegatingHandler())
參數
- credentials
- ServiceClientCredentials
必要。 用戶端連線到 Azure 所需的認證。
- rootHandler
- HttpClientHandler
選擇性。 用來處理 HTTP 傳輸的 HTTP 用戶端處理常式。
- handlers
- DelegatingHandler[]
選擇性。 要新增至 HTTP 用戶端管線的委派處理常式。
例外狀況
當必要參數為 Null 時擲回
適用於
BatchAIManagementClient(Uri, ServiceClientCredentials, DelegatingHandler[])
初始化 BatchAIManagementClient 類別的新實例。
public BatchAIManagementClient (Uri baseUri, Microsoft.Rest.ServiceClientCredentials credentials, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.BatchAI.BatchAIManagementClient : Uri * Microsoft.Rest.ServiceClientCredentials * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.BatchAI.BatchAIManagementClient
Public Sub New (baseUri As Uri, credentials As ServiceClientCredentials, ParamArray handlers As DelegatingHandler())
參數
- baseUri
- Uri
選擇性。 服務的基底 URI。
- credentials
- ServiceClientCredentials
必要。 用戶端連線到 Azure 所需的認證。
- handlers
- DelegatingHandler[]
選擇性。 要新增至 HTTP 用戶端管線的委派處理常式。
例外狀況
當必要參數為 Null 時擲回
適用於
BatchAIManagementClient(Uri, HttpClientHandler, DelegatingHandler[])
初始化 BatchAIManagementClient 類別的新實例。
protected BatchAIManagementClient (Uri baseUri, System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.BatchAI.BatchAIManagementClient : Uri * System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.BatchAI.BatchAIManagementClient
Protected Sub New (baseUri As Uri, rootHandler As HttpClientHandler, ParamArray handlers As DelegatingHandler())
參數
- baseUri
- Uri
選擇性。 服務的基底 URI。
- rootHandler
- HttpClientHandler
選擇性。 用來處理 HTTP 傳輸的 HTTP 用戶端處理常式。
- handlers
- DelegatingHandler[]
選擇性。 要新增至 HTTP 用戶端管線的委派處理常式。
例外狀況
當必要參數為 Null 時擲回
適用於
BatchAIManagementClient(Uri, ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])
初始化 BatchAIManagementClient 類別的新實例。
public BatchAIManagementClient (Uri baseUri, Microsoft.Rest.ServiceClientCredentials credentials, System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.BatchAI.BatchAIManagementClient : Uri * Microsoft.Rest.ServiceClientCredentials * System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.BatchAI.BatchAIManagementClient
Public Sub New (baseUri As Uri, credentials As ServiceClientCredentials, rootHandler As HttpClientHandler, ParamArray handlers As DelegatingHandler())
參數
- baseUri
- Uri
選擇性。 服務的基底 URI。
- credentials
- ServiceClientCredentials
必要。 用戶端連線到 Azure 所需的認證。
- rootHandler
- HttpClientHandler
選擇性。 用來處理 HTTP 傳輸的 HTTP 用戶端處理常式。
- handlers
- DelegatingHandler[]
選擇性。 要新增至 HTTP 用戶端管線的委派處理常式。
例外狀況
當必要參數為 Null 時擲回