HDInsightJobClient Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
HDInsightJobClient(DelegatingHandler[])
- Source:
- HDInsightJobClient.cs
protected HDInsightJobClient (params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.HDInsight.Job.HDInsightJobClient : System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.HDInsight.Job.HDInsightJobClient
Protected Sub New (ParamArray handlers As DelegatingHandler())
Parameters
- handlers
- DelegatingHandler[]
Applies to
HDInsightJobClient(HttpClient, Boolean)
- Source:
- HDInsightJobClient.cs
protected HDInsightJobClient (System.Net.Http.HttpClient httpClient, bool disposeHttpClient);
new Microsoft.Azure.HDInsight.Job.HDInsightJobClient : System.Net.Http.HttpClient * bool -> Microsoft.Azure.HDInsight.Job.HDInsightJobClient
Protected Sub New (httpClient As HttpClient, disposeHttpClient As Boolean)
Parameters
- httpClient
- HttpClient
- disposeHttpClient
- Boolean
Applies to
HDInsightJobClient(HttpClientHandler, DelegatingHandler[])
- Source:
- HDInsightJobClient.cs
protected HDInsightJobClient (System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.HDInsight.Job.HDInsightJobClient : System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.HDInsight.Job.HDInsightJobClient
Protected Sub New (rootHandler As HttpClientHandler, ParamArray handlers As DelegatingHandler())
Parameters
- rootHandler
- HttpClientHandler
- handlers
- DelegatingHandler[]
Applies to
HDInsightJobClient(String, BasicAuthenticationCredentials, RetryPolicy)
public HDInsightJobClient (string endpoint, Microsoft.Rest.BasicAuthenticationCredentials credentials, Microsoft.Rest.TransientFaultHandling.RetryPolicy retryPolicy = default);
new Microsoft.Azure.HDInsight.Job.HDInsightJobClient : string * Microsoft.Rest.BasicAuthenticationCredentials * Microsoft.Rest.TransientFaultHandling.RetryPolicy -> Microsoft.Azure.HDInsight.Job.HDInsightJobClient
Public Sub New (endpoint As String, credentials As BasicAuthenticationCredentials, Optional retryPolicy As RetryPolicy = Nothing)
Parameters
- endpoint
- String
- credentials
- BasicAuthenticationCredentials
- retryPolicy
- RetryPolicy
Applies to
HDInsightJobClient(String, ServiceClientCredentials, RetryPolicy)
public HDInsightJobClient (string endpoint, Microsoft.Rest.ServiceClientCredentials credentials, Microsoft.Rest.TransientFaultHandling.RetryPolicy retryPolicy = default);
new Microsoft.Azure.HDInsight.Job.HDInsightJobClient : string * Microsoft.Rest.ServiceClientCredentials * Microsoft.Rest.TransientFaultHandling.RetryPolicy -> Microsoft.Azure.HDInsight.Job.HDInsightJobClient
Public Sub New (endpoint As String, credentials As ServiceClientCredentials, Optional retryPolicy As RetryPolicy = Nothing)
Parameters
- endpoint
- String
- credentials
- ServiceClientCredentials
- retryPolicy
- RetryPolicy
Applies to
HDInsightJobClient(String, BasicAuthenticationCredentials, HttpClient, Boolean)
public HDInsightJobClient (string endpoint, Microsoft.Rest.BasicAuthenticationCredentials credentials, System.Net.Http.HttpClient httpClient, bool disposeHttpClient = true);
new Microsoft.Azure.HDInsight.Job.HDInsightJobClient : string * Microsoft.Rest.BasicAuthenticationCredentials * System.Net.Http.HttpClient * bool -> Microsoft.Azure.HDInsight.Job.HDInsightJobClient
Public Sub New (endpoint As String, credentials As BasicAuthenticationCredentials, httpClient As HttpClient, Optional disposeHttpClient As Boolean = true)
Parameters
- endpoint
- String
- credentials
- BasicAuthenticationCredentials
- httpClient
- HttpClient
- disposeHttpClient
- Boolean
Applies to
HDInsightJobClient(String, ServiceClientCredentials, HttpClient, Boolean)
public HDInsightJobClient (string endpoint, Microsoft.Rest.ServiceClientCredentials credentials, System.Net.Http.HttpClient httpClient, bool disposeHttpClient = true);
new Microsoft.Azure.HDInsight.Job.HDInsightJobClient : string * Microsoft.Rest.ServiceClientCredentials * System.Net.Http.HttpClient * bool -> Microsoft.Azure.HDInsight.Job.HDInsightJobClient
Public Sub New (endpoint As String, credentials As ServiceClientCredentials, httpClient As HttpClient, Optional disposeHttpClient As Boolean = true)
Parameters
- endpoint
- String
- credentials
- ServiceClientCredentials
- httpClient
- HttpClient
- disposeHttpClient
- Boolean
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET