BatchAIManagementClient Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
BatchAIManagementClient(DelegatingHandler[])
Inicjuje nowe wystąpienie klasy 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())
Parametry
- handlers
- DelegatingHandler[]
Opcjonalny. Delegowanie procedur obsługi w celu dodania do potoku klienta http.
Dotyczy
BatchAIManagementClient(ServiceClientCredentials, DelegatingHandler[])
Inicjuje nowe wystąpienie klasy 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())
Parametry
- credentials
- ServiceClientCredentials
Wymagane. Poświadczenia wymagane do nawiązania połączenia z platformą Azure przez klienta.
- handlers
- DelegatingHandler[]
Opcjonalny. Delegowanie procedur obsługi w celu dodania do potoku klienta http.
Wyjątki
Zgłaszany, gdy wymagany parametr ma wartość null
Dotyczy
BatchAIManagementClient(HttpClientHandler, DelegatingHandler[])
Inicjuje nowe wystąpienie klasy 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())
Parametry
- rootHandler
- HttpClientHandler
Opcjonalny. Program obsługi klienta HTTP używany do obsługi transportu http.
- handlers
- DelegatingHandler[]
Opcjonalny. Delegowanie procedur obsługi w celu dodania do potoku klienta http.
Dotyczy
BatchAIManagementClient(Uri, DelegatingHandler[])
Inicjuje nowe wystąpienie klasy 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())
Parametry
- baseUri
- Uri
Opcjonalny. Podstawowy identyfikator URI usługi.
- handlers
- DelegatingHandler[]
Opcjonalny. Delegowanie procedur obsługi w celu dodania do potoku klienta http.
Wyjątki
Zgłaszany, gdy wymagany parametr ma wartość null
Dotyczy
BatchAIManagementClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])
Inicjuje nowe wystąpienie klasy 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())
Parametry
- credentials
- ServiceClientCredentials
Wymagane. Poświadczenia wymagane do nawiązania połączenia z platformą Azure przez klienta.
- rootHandler
- HttpClientHandler
Opcjonalny. Program obsługi klienta HTTP używany do obsługi transportu http.
- handlers
- DelegatingHandler[]
Opcjonalny. Delegowanie procedur obsługi w celu dodania do potoku klienta http.
Wyjątki
Zgłaszany, gdy wymagany parametr ma wartość null
Dotyczy
BatchAIManagementClient(Uri, ServiceClientCredentials, DelegatingHandler[])
Inicjuje nowe wystąpienie klasy 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())
Parametry
- baseUri
- Uri
Opcjonalny. Podstawowy identyfikator URI usługi.
- credentials
- ServiceClientCredentials
Wymagane. Poświadczenia wymagane do nawiązania połączenia z platformą Azure przez klienta.
- handlers
- DelegatingHandler[]
Opcjonalny. Delegowanie procedur obsługi w celu dodania do potoku klienta http.
Wyjątki
Zgłaszany, gdy wymagany parametr ma wartość null
Dotyczy
BatchAIManagementClient(Uri, HttpClientHandler, DelegatingHandler[])
Inicjuje nowe wystąpienie klasy 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())
Parametry
- baseUri
- Uri
Opcjonalny. Podstawowy identyfikator URI usługi.
- rootHandler
- HttpClientHandler
Opcjonalny. Program obsługi klienta HTTP używany do obsługi transportu http.
- handlers
- DelegatingHandler[]
Opcjonalny. Delegowanie procedur obsługi w celu dodania do potoku klienta http.
Wyjątki
Zgłaszany, gdy wymagany parametr ma wartość null
Dotyczy
BatchAIManagementClient(Uri, ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])
Inicjuje nowe wystąpienie klasy 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())
Parametry
- baseUri
- Uri
Opcjonalny. Podstawowy identyfikator URI usługi.
- credentials
- ServiceClientCredentials
Wymagane. Poświadczenia wymagane do nawiązania połączenia z platformą Azure przez klienta.
- rootHandler
- HttpClientHandler
Opcjonalny. Program obsługi klienta HTTP używany do obsługi transportu http.
- handlers
- DelegatingHandler[]
Opcjonalny. Delegowanie procedur obsługi w celu dodania do potoku klienta http.
Wyjątki
Zgłaszany, gdy wymagany parametr ma wartość null
Dotyczy
Azure SDK for .NET