DataLakeAnalyticsCatalogManagementClient Constructors

Definition

Overloads

DataLakeAnalyticsCatalogManagementClient(DelegatingHandler[])

Initializes a new instance of the DataLakeAnalyticsCatalogManagementClient class.

DataLakeAnalyticsCatalogManagementClient(HttpClient, Boolean)

Initializes a new instance of the DataLakeAnalyticsCatalogManagementClient class.

DataLakeAnalyticsCatalogManagementClient(HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the DataLakeAnalyticsCatalogManagementClient class.

DataLakeAnalyticsCatalogManagementClient(ServiceClientCredentials, String, String, DelegatingHandler[])

Initializes a new instance of the DataLakeStoreFileSystemManagementClient class.

DataLakeAnalyticsCatalogManagementClient(ServiceClientCredentials, HttpClientHandler, String, String, DelegatingHandler[])

Initializes a new instance of the DataLakeStoreFileSystemManagementClient class.

DataLakeAnalyticsCatalogManagementClient(DelegatingHandler[])

Initializes a new instance of the DataLakeAnalyticsCatalogManagementClient class.

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())

Parameters

handlers
DelegatingHandler[]

Optional. The delegating handlers to add to the http client pipeline.

Applies to

DataLakeAnalyticsCatalogManagementClient(HttpClient, Boolean)

Initializes a new instance of the DataLakeAnalyticsCatalogManagementClient class.

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)

Parameters

httpClient
HttpClient

HttpClient to be used

disposeHttpClient
Boolean

True: will dispose the provided httpClient on calling DataLakeAnalyticsCatalogManagementClient.Dispose(). False: will not dispose provided httpClient

Applies to

DataLakeAnalyticsCatalogManagementClient(HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the DataLakeAnalyticsCatalogManagementClient class.

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())

Parameters

rootHandler
HttpClientHandler

Optional. The http client handler used to handle http transport.

handlers
DelegatingHandler[]

Optional. The delegating handlers to add to the http client pipeline.

Applies to

DataLakeAnalyticsCatalogManagementClient(ServiceClientCredentials, String, String, DelegatingHandler[])

Initializes a new instance of the DataLakeStoreFileSystemManagementClient class.

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())

Parameters

credentials
ServiceClientCredentials

Required. Gets Azure subscription credentials.

userAgentAssemblyVersion
String

Optional. The version string that should be sent in the user-agent header for all requests. The default is the current version of the SDK.

adlaCatalogDnsSuffix
String

Optional. The dns suffix to use for all requests for this client instance. The default is 'azuredatalakeanalytics.net'.

handlers
DelegatingHandler[]

Optional. The delegating handlers to add to the http client pipeline.

Applies to

DataLakeAnalyticsCatalogManagementClient(ServiceClientCredentials, HttpClientHandler, String, String, DelegatingHandler[])

Initializes a new instance of the DataLakeStoreFileSystemManagementClient class.

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())

Parameters

credentials
ServiceClientCredentials

Required. Gets Azure subscription credentials.

rootHandler
HttpClientHandler

Optional. The http client handler used to handle http transport.

userAgentAssemblyVersion
String

Optional. The version string that should be sent in the user-agent header for all requests. The default is the current version of the SDK.

adlaCatalogDnsSuffix
String

Optional. The dns suffix to use for all requests for this client instance. The default is 'azuredatalakeanalytics.net'.

handlers
DelegatingHandler[]

Optional. The delegating handlers to add to the http client pipeline.

Applies to