Share via


DataLakeAnalyticsJobManagementClient Constructors

Definition

Overloads

DataLakeAnalyticsJobManagementClient(DelegatingHandler[])

Initializes a new instance of the DataLakeAnalyticsJobManagementClient class.

DataLakeAnalyticsJobManagementClient(HttpClient, Boolean)

Initializes a new instance of the DataLakeAnalyticsJobManagementClient class.

DataLakeAnalyticsJobManagementClient(HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the DataLakeAnalyticsJobManagementClient class.

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

Initializes a new instance of the DataLakeStoreFileSystemManagementClient class.

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

Initializes a new instance of the DataLakeStoreFileSystemManagementClient class.

DataLakeAnalyticsJobManagementClient(DelegatingHandler[])

Initializes a new instance of the DataLakeAnalyticsJobManagementClient class.

protected DataLakeAnalyticsJobManagementClient (params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient : System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient
Protected Sub New (ParamArray handlers As DelegatingHandler())

Parameters

handlers
DelegatingHandler[]

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

Applies to

DataLakeAnalyticsJobManagementClient(HttpClient, Boolean)

Initializes a new instance of the DataLakeAnalyticsJobManagementClient class.

protected DataLakeAnalyticsJobManagementClient (System.Net.Http.HttpClient httpClient, bool disposeHttpClient);
new Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient : System.Net.Http.HttpClient * bool -> Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient
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 DataLakeAnalyticsJobManagementClient.Dispose(). False: will not dispose provided httpClient

Applies to

DataLakeAnalyticsJobManagementClient(HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the DataLakeAnalyticsJobManagementClient class.

protected DataLakeAnalyticsJobManagementClient (System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient : System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient
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

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

Initializes a new instance of the DataLakeStoreFileSystemManagementClient class.

public DataLakeAnalyticsJobManagementClient (Microsoft.Rest.ServiceClientCredentials credentials, string userAgentAssemblyVersion = "", string adlaJobDnsSuffix = "azuredatalakeanalytics.net", params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient : Microsoft.Rest.ServiceClientCredentials * string * string * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient
Public Sub New (credentials As ServiceClientCredentials, Optional userAgentAssemblyVersion As String = "", Optional adlaJobDnsSuffix 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.

adlaJobDnsSuffix
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

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

Initializes a new instance of the DataLakeStoreFileSystemManagementClient class.

public DataLakeAnalyticsJobManagementClient (Microsoft.Rest.ServiceClientCredentials credentials, System.Net.Http.HttpClientHandler rootHandler, string userAgentAssemblyVersion = "", string adlaJobDnsSuffix = "azuredatalakeanalytics.net", params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient : Microsoft.Rest.ServiceClientCredentials * System.Net.Http.HttpClientHandler * string * string * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient
Public Sub New (credentials As ServiceClientCredentials, rootHandler As HttpClientHandler, Optional userAgentAssemblyVersion As String = "", Optional adlaJobDnsSuffix 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.

adlaJobDnsSuffix
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