Udostępnij za pośrednictwem


BatchManagementClient Konstruktory

Definicja

Przeciążenia

BatchManagementClient(DelegatingHandler[])

Inicjuje nowe wystąpienie klasy BatchManagementClient.

BatchManagementClient(ServiceClientCredentials, DelegatingHandler[])

Inicjuje nowe wystąpienie klasy BatchManagementClient.

BatchManagementClient(HttpClient, Boolean)

Inicjuje nowe wystąpienie klasy BatchManagementClient.

BatchManagementClient(HttpClientHandler, DelegatingHandler[])

Inicjuje nowe wystąpienie klasy BatchManagementClient.

BatchManagementClient(Uri, DelegatingHandler[])

Inicjuje nowe wystąpienie klasy BatchManagementClient.

BatchManagementClient(ServiceClientCredentials, HttpClient, Boolean)

Inicjuje nowe wystąpienie klasy BatchManagementClient.

BatchManagementClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

Inicjuje nowe wystąpienie klasy BatchManagementClient.

BatchManagementClient(Uri, ServiceClientCredentials, DelegatingHandler[])

Inicjuje nowe wystąpienie klasy BatchManagementClient.

BatchManagementClient(Uri, HttpClientHandler, DelegatingHandler[])

Inicjuje nowe wystąpienie klasy BatchManagementClient.

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

Inicjuje nowe wystąpienie klasy BatchManagementClient.

BatchManagementClient(DelegatingHandler[])

Inicjuje nowe wystąpienie klasy BatchManagementClient.

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[]

Opcjonalny. Delegowanie procedur obsługi w celu dodania do potoku klienta http.

Dotyczy

BatchManagementClient(ServiceClientCredentials, DelegatingHandler[])

Inicjuje nowe wystąpienie klasy BatchManagementClient.

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

Wymagane. Poświadczenia potrzebne klientowi do nawiązania połączenia z platformą Azure.

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

BatchManagementClient(HttpClient, Boolean)

Inicjuje nowe wystąpienie klasy BatchManagementClient.

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

Element HttpClient do użycia

disposeHttpClient
Boolean

Prawda: usunie podany element httpClient podczas wywoływania elementu BatchManagementClient.Dispose(). Fałsz: nie usunie dostarczonego obiektu httpClient

Dotyczy

BatchManagementClient(HttpClientHandler, DelegatingHandler[])

Inicjuje nowe wystąpienie klasy BatchManagementClient.

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

Opcjonalny. Procedura obsługi klienta http używana do obsługi transportu http.

handlers
DelegatingHandler[]

Opcjonalny. Delegowanie procedur obsługi w celu dodania do potoku klienta http.

Dotyczy

BatchManagementClient(Uri, DelegatingHandler[])

Inicjuje nowe wystąpienie klasy BatchManagementClient.

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

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

BatchManagementClient(ServiceClientCredentials, HttpClient, Boolean)

Inicjuje nowe wystąpienie klasy BatchManagementClient.

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

Wymagane. Poświadczenia potrzebne klientowi do nawiązania połączenia z platformą Azure.

httpClient
HttpClient

Element HttpClient do użycia

disposeHttpClient
Boolean

Prawda: usunie podany element httpClient podczas wywoływania elementu BatchManagementClient.Dispose(). Fałsz: nie usunie dostarczonego obiektu httpClient

Wyjątki

Zgłaszany, gdy wymagany parametr ma wartość null

Dotyczy

BatchManagementClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

Inicjuje nowe wystąpienie klasy BatchManagementClient.

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

Wymagane. Poświadczenia potrzebne klientowi do nawiązania połączenia z platformą Azure.

rootHandler
HttpClientHandler

Opcjonalny. Procedura obsługi klienta http używana 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

BatchManagementClient(Uri, ServiceClientCredentials, DelegatingHandler[])

Inicjuje nowe wystąpienie klasy BatchManagementClient.

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

Opcjonalny. Podstawowy identyfikator URI usługi.

credentials
ServiceClientCredentials

Wymagane. Poświadczenia potrzebne klientowi do nawiązania połączenia z platformą Azure.

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

BatchManagementClient(Uri, HttpClientHandler, DelegatingHandler[])

Inicjuje nowe wystąpienie klasy BatchManagementClient.

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

Opcjonalny. Podstawowy identyfikator URI usługi.

rootHandler
HttpClientHandler

Opcjonalny. Procedura obsługi klienta http używana 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

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

Inicjuje nowe wystąpienie klasy BatchManagementClient.

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

Opcjonalny. Podstawowy identyfikator URI usługi.

credentials
ServiceClientCredentials

Wymagane. Poświadczenia potrzebne klientowi do nawiązania połączenia z platformą Azure.

rootHandler
HttpClientHandler

Opcjonalny. Procedura obsługi klienta http używana 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