Sdílet prostřednictvím


BatchAIManagementClient Konstruktory

Definice

Přetížení

BatchAIManagementClient(DelegatingHandler[])

Inicializuje novou instanci třídy BatchAIManagementClient.

BatchAIManagementClient(ServiceClientCredentials, DelegatingHandler[])

Inicializuje novou instanci třídy BatchAIManagementClient.

BatchAIManagementClient(HttpClientHandler, DelegatingHandler[])

Inicializuje novou instanci třídy BatchAIManagementClient.

BatchAIManagementClient(Uri, DelegatingHandler[])

Inicializuje novou instanci třídy BatchAIManagementClient.

BatchAIManagementClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

Inicializuje novou instanci třídy BatchAIManagementClient.

BatchAIManagementClient(Uri, ServiceClientCredentials, DelegatingHandler[])

Inicializuje novou instanci třídy BatchAIManagementClient.

BatchAIManagementClient(Uri, HttpClientHandler, DelegatingHandler[])

Inicializuje novou instanci třídy BatchAIManagementClient.

BatchAIManagementClient(Uri, ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

Inicializuje novou instanci třídy BatchAIManagementClient.

BatchAIManagementClient(DelegatingHandler[])

Inicializuje novou instanci třídy 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[]

Nepovinný parametr. Delegující obslužné rutiny, které se mají přidat do kanálu klienta HTTP.

Platí pro

BatchAIManagementClient(ServiceClientCredentials, DelegatingHandler[])

Inicializuje novou instanci třídy 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

Povinná hodnota. Přihlašovací údaje potřebné pro připojení klienta k Azure

handlers
DelegatingHandler[]

Nepovinný parametr. Delegující obslužné rutiny, které se mají přidat do kanálu klienta HTTP.

Výjimky

Vyvolá se, když má povinný parametr hodnotu null.

Platí pro

BatchAIManagementClient(HttpClientHandler, DelegatingHandler[])

Inicializuje novou instanci třídy 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

Nepovinný parametr. Obslužná rutina klienta HTTP používaná ke zpracování přenosu http.

handlers
DelegatingHandler[]

Nepovinný parametr. Delegující obslužné rutiny, které se mají přidat do kanálu klienta HTTP.

Platí pro

BatchAIManagementClient(Uri, DelegatingHandler[])

Inicializuje novou instanci třídy 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

Nepovinný parametr. Základní identifikátor URI služby.

handlers
DelegatingHandler[]

Nepovinný parametr. Delegující obslužné rutiny, které se mají přidat do kanálu klienta HTTP.

Výjimky

Vyvolá se, když má povinný parametr hodnotu null.

Platí pro

BatchAIManagementClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

Inicializuje novou instanci třídy 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

Povinná hodnota. Přihlašovací údaje potřebné pro připojení klienta k Azure

rootHandler
HttpClientHandler

Nepovinný parametr. Obslužná rutina klienta HTTP používaná ke zpracování přenosu http.

handlers
DelegatingHandler[]

Nepovinný parametr. Delegující obslužné rutiny, které se mají přidat do kanálu klienta HTTP.

Výjimky

Vyvolá se, když má povinný parametr hodnotu null.

Platí pro

BatchAIManagementClient(Uri, ServiceClientCredentials, DelegatingHandler[])

Inicializuje novou instanci třídy 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

Nepovinný parametr. Základní identifikátor URI služby.

credentials
ServiceClientCredentials

Povinná hodnota. Přihlašovací údaje potřebné pro připojení klienta k Azure

handlers
DelegatingHandler[]

Nepovinný parametr. Delegující obslužné rutiny, které se mají přidat do kanálu klienta HTTP.

Výjimky

Vyvolá se, když má povinný parametr hodnotu null.

Platí pro

BatchAIManagementClient(Uri, HttpClientHandler, DelegatingHandler[])

Inicializuje novou instanci třídy 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

Nepovinný parametr. Základní identifikátor URI služby.

rootHandler
HttpClientHandler

Nepovinný parametr. Obslužná rutina klienta HTTP používaná ke zpracování přenosu http.

handlers
DelegatingHandler[]

Nepovinný parametr. Delegující obslužné rutiny, které se mají přidat do kanálu klienta HTTP.

Výjimky

Vyvolá se, když má povinný parametr hodnotu null.

Platí pro

BatchAIManagementClient(Uri, ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

Inicializuje novou instanci třídy 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

Nepovinný parametr. Základní identifikátor URI služby.

credentials
ServiceClientCredentials

Povinná hodnota. Přihlašovací údaje potřebné pro připojení klienta k Azure

rootHandler
HttpClientHandler

Nepovinný parametr. Obslužná rutina klienta HTTP používaná ke zpracování přenosu http.

handlers
DelegatingHandler[]

Nepovinný parametr. Delegující obslužné rutiny, které se mají přidat do kanálu klienta HTTP.

Výjimky

Vyvolá se, když má povinný parametr hodnotu null.

Platí pro