DataLakeAnalyticsCatalogManagementClient Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
DataLakeAnalyticsCatalogManagementClient(DelegatingHandler[]) |
Initialise une nouvelle instance de la classe DataLakeAnalyticsCatalogManagementClient. |
DataLakeAnalyticsCatalogManagementClient(HttpClient, Boolean) |
Initialise une nouvelle instance de la classe DataLakeAnalyticsCatalogManagementClient. |
DataLakeAnalyticsCatalogManagementClient(HttpClientHandler, DelegatingHandler[]) |
Initialise une nouvelle instance de la classe DataLakeAnalyticsCatalogManagementClient. |
DataLakeAnalyticsCatalogManagementClient(ServiceClientCredentials, String, String, DelegatingHandler[]) |
Initialise une nouvelle instance de la classe DataLakeStoreFileSystemManagementClient. |
DataLakeAnalyticsCatalogManagementClient(ServiceClientCredentials, HttpClientHandler, String, String, DelegatingHandler[]) |
Initialise une nouvelle instance de la classe DataLakeStoreFileSystemManagementClient. |
DataLakeAnalyticsCatalogManagementClient(DelegatingHandler[])
Initialise une nouvelle instance de la classe DataLakeAnalyticsCatalogManagementClient.
protected DataLakeAnalyticsCatalogManagementClient (params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient : System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient
Protected Sub New (ParamArray handlers As DelegatingHandler())
Paramètres
- handlers
- DelegatingHandler[]
facultatif. Délégation des gestionnaires à ajouter au pipeline client http.
S’applique à
DataLakeAnalyticsCatalogManagementClient(HttpClient, Boolean)
Initialise une nouvelle instance de la classe DataLakeAnalyticsCatalogManagementClient.
protected DataLakeAnalyticsCatalogManagementClient (System.Net.Http.HttpClient httpClient, bool disposeHttpClient);
new Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient : System.Net.Http.HttpClient * bool -> Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient
Protected Sub New (httpClient As HttpClient, disposeHttpClient As Boolean)
Paramètres
- httpClient
- HttpClient
HttpClient à utiliser
- disposeHttpClient
- Boolean
True : supprime le httpClient fourni lors de l’appel de DataLakeAnalyticsCatalogManagementClient.Dispose(). False : ne dispose pas du httpClient fourni
S’applique à
DataLakeAnalyticsCatalogManagementClient(HttpClientHandler, DelegatingHandler[])
Initialise une nouvelle instance de la classe DataLakeAnalyticsCatalogManagementClient.
protected DataLakeAnalyticsCatalogManagementClient (System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient : System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient
Protected Sub New (rootHandler As HttpClientHandler, ParamArray handlers As DelegatingHandler())
Paramètres
- rootHandler
- HttpClientHandler
facultatif. Gestionnaire de client http utilisé pour gérer le transport http.
- handlers
- DelegatingHandler[]
facultatif. Délégation des gestionnaires à ajouter au pipeline client http.
S’applique à
DataLakeAnalyticsCatalogManagementClient(ServiceClientCredentials, String, String, DelegatingHandler[])
Initialise une nouvelle instance de la classe DataLakeStoreFileSystemManagementClient.
public DataLakeAnalyticsCatalogManagementClient (Microsoft.Rest.ServiceClientCredentials credentials, string userAgentAssemblyVersion = "", string adlaCatalogDnsSuffix = "azuredatalakeanalytics.net", params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient : Microsoft.Rest.ServiceClientCredentials * string * string * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient
Public Sub New (credentials As ServiceClientCredentials, Optional userAgentAssemblyVersion As String = "", Optional adlaCatalogDnsSuffix As String = "azuredatalakeanalytics.net", ParamArray handlers As DelegatingHandler())
Paramètres
- credentials
- ServiceClientCredentials
Obligatoire. Obtient les informations d’identification de l’abonnement Azure.
- userAgentAssemblyVersion
- String
facultatif. Chaîne de version qui doit être envoyée dans l’en-tête user-agent pour toutes les requêtes. La valeur par défaut est la version actuelle du Kit de développement logiciel (SDK).
- adlaCatalogDnsSuffix
- String
facultatif. Suffixe dns à utiliser pour toutes les requêtes de ce client instance. La valeur par défaut est « azuredatalakeanalytics.net ».
- handlers
- DelegatingHandler[]
facultatif. Délégation des gestionnaires à ajouter au pipeline client http.
S’applique à
DataLakeAnalyticsCatalogManagementClient(ServiceClientCredentials, HttpClientHandler, String, String, DelegatingHandler[])
Initialise une nouvelle instance de la classe DataLakeStoreFileSystemManagementClient.
public DataLakeAnalyticsCatalogManagementClient (Microsoft.Rest.ServiceClientCredentials credentials, System.Net.Http.HttpClientHandler rootHandler, string userAgentAssemblyVersion = "", string adlaCatalogDnsSuffix = "azuredatalakeanalytics.net", params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient : Microsoft.Rest.ServiceClientCredentials * System.Net.Http.HttpClientHandler * string * string * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient
Public Sub New (credentials As ServiceClientCredentials, rootHandler As HttpClientHandler, Optional userAgentAssemblyVersion As String = "", Optional adlaCatalogDnsSuffix As String = "azuredatalakeanalytics.net", ParamArray handlers As DelegatingHandler())
Paramètres
- credentials
- ServiceClientCredentials
Obligatoire. Obtient les informations d’identification de l’abonnement Azure.
- rootHandler
- HttpClientHandler
facultatif. Gestionnaire de client http utilisé pour gérer le transport http.
- userAgentAssemblyVersion
- String
facultatif. Chaîne de version qui doit être envoyée dans l’en-tête user-agent pour toutes les requêtes. La valeur par défaut est la version actuelle du Kit de développement logiciel (SDK).
- adlaCatalogDnsSuffix
- String
facultatif. Suffixe dns à utiliser pour toutes les requêtes de ce client instance. La valeur par défaut est « azuredatalakeanalytics.net ».
- handlers
- DelegatingHandler[]
facultatif. Délégation des gestionnaires à ajouter au pipeline client http.
S’applique à
Azure SDK for .NET