Share via


BatchManagementClient Konstruktory

Definice

Přetížení

BatchManagementClient(DelegatingHandler[])

Inicializuje novou instanci BatchManagementClient třídy.

BatchManagementClient(ServiceClientCredentials, DelegatingHandler[])

Inicializuje novou instanci BatchManagementClient třídy.

BatchManagementClient(HttpClient, Boolean)

Inicializuje novou instanci BatchManagementClient třídy.

BatchManagementClient(HttpClientHandler, DelegatingHandler[])

Inicializuje novou instanci BatchManagementClient třídy.

BatchManagementClient(Uri, DelegatingHandler[])

Inicializuje novou instanci BatchManagementClient třídy.

BatchManagementClient(ServiceClientCredentials, HttpClient, Boolean)

Inicializuje novou instanci BatchManagementClient třídy.

BatchManagementClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

Inicializuje novou instanci BatchManagementClient třídy.

BatchManagementClient(Uri, ServiceClientCredentials, DelegatingHandler[])

Inicializuje novou instanci BatchManagementClient třídy.

BatchManagementClient(Uri, HttpClientHandler, DelegatingHandler[])

Inicializuje novou instanci BatchManagementClient třídy.

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

Inicializuje novou instanci BatchManagementClient třídy.

BatchManagementClient(DelegatingHandler[])

Inicializuje novou instanci BatchManagementClient třídy.

protected BatchManagementClient (params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.Batch.BatchManagementClient : System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.Batch.BatchManagementClient
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

BatchManagementClient(ServiceClientCredentials, DelegatingHandler[])

Inicializuje novou instanci BatchManagementClient třídy.

public BatchManagementClient (Microsoft.Rest.ServiceClientCredentials credentials, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.Batch.BatchManagementClient : Microsoft.Rest.ServiceClientCredentials * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.Batch.BatchManagementClient
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á požadovaný parametr hodnotu null.

Platí pro

BatchManagementClient(HttpClient, Boolean)

Inicializuje novou instanci BatchManagementClient třídy.

protected BatchManagementClient (System.Net.Http.HttpClient httpClient, bool disposeHttpClient);
new Microsoft.Azure.Management.Batch.BatchManagementClient : System.Net.Http.HttpClient * bool -> Microsoft.Azure.Management.Batch.BatchManagementClient
Protected Sub New (httpClient As HttpClient, disposeHttpClient As Boolean)

Parametry

httpClient
HttpClient

HttpClient, který se má použít

disposeHttpClient
Boolean

True: odstraní zadaný httpClient při volání BatchManagementClient.Dispose(). False: nevyhodí zadanou adresu httpClient.

Platí pro

BatchManagementClient(HttpClientHandler, DelegatingHandler[])

Inicializuje novou instanci BatchManagementClient třídy.

protected BatchManagementClient (System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.Batch.BatchManagementClient : System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.Batch.BatchManagementClient
Protected Sub New (rootHandler As HttpClientHandler, ParamArray handlers As DelegatingHandler())

Parametry

rootHandler
HttpClientHandler

Nepovinný parametr. Obslužná rutina klienta http použitá 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

BatchManagementClient(Uri, DelegatingHandler[])

Inicializuje novou instanci BatchManagementClient třídy.

protected BatchManagementClient (Uri baseUri, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.Batch.BatchManagementClient : Uri * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.Batch.BatchManagementClient
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á požadovaný parametr hodnotu null.

Platí pro

BatchManagementClient(ServiceClientCredentials, HttpClient, Boolean)

Inicializuje novou instanci BatchManagementClient třídy.

public BatchManagementClient (Microsoft.Rest.ServiceClientCredentials credentials, System.Net.Http.HttpClient httpClient, bool disposeHttpClient);
new Microsoft.Azure.Management.Batch.BatchManagementClient : Microsoft.Rest.ServiceClientCredentials * System.Net.Http.HttpClient * bool -> Microsoft.Azure.Management.Batch.BatchManagementClient
Public Sub New (credentials As ServiceClientCredentials, httpClient As HttpClient, disposeHttpClient As Boolean)

Parametry

credentials
ServiceClientCredentials

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

httpClient
HttpClient

HttpClient, který se má použít

disposeHttpClient
Boolean

True: odstraní zadaný httpClient při volání BatchManagementClient.Dispose(). False: nevyhodí zadanou adresu httpClient.

Výjimky

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

Platí pro

BatchManagementClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

Inicializuje novou instanci BatchManagementClient třídy.

public BatchManagementClient (Microsoft.Rest.ServiceClientCredentials credentials, System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.Batch.BatchManagementClient : Microsoft.Rest.ServiceClientCredentials * System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.Batch.BatchManagementClient
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žitá 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á požadovaný parametr hodnotu null.

Platí pro

BatchManagementClient(Uri, ServiceClientCredentials, DelegatingHandler[])

Inicializuje novou instanci BatchManagementClient třídy.

public BatchManagementClient (Uri baseUri, Microsoft.Rest.ServiceClientCredentials credentials, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.Batch.BatchManagementClient : Uri * Microsoft.Rest.ServiceClientCredentials * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.Batch.BatchManagementClient
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á požadovaný parametr hodnotu null.

Platí pro

BatchManagementClient(Uri, HttpClientHandler, DelegatingHandler[])

Inicializuje novou instanci BatchManagementClient třídy.

protected BatchManagementClient (Uri baseUri, System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.Batch.BatchManagementClient : Uri * System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.Batch.BatchManagementClient
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žitá 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á požadovaný parametr hodnotu null.

Platí pro

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

Inicializuje novou instanci BatchManagementClient třídy.

public BatchManagementClient (Uri baseUri, Microsoft.Rest.ServiceClientCredentials credentials, System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.Batch.BatchManagementClient : Uri * Microsoft.Rest.ServiceClientCredentials * System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.Batch.BatchManagementClient
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žitá 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á požadovaný parametr hodnotu null.

Platí pro