Partager via


HDInsightJobClient Constructeurs

Définition

Surcharges

HDInsightJobClient(DelegatingHandler[])
HDInsightJobClient(HttpClient, Boolean)
HDInsightJobClient(HttpClientHandler, DelegatingHandler[])
HDInsightJobClient(String, BasicAuthenticationCredentials, RetryPolicy)
HDInsightJobClient(String, ServiceClientCredentials, RetryPolicy)
HDInsightJobClient(String, BasicAuthenticationCredentials, HttpClient, Boolean)
HDInsightJobClient(String, ServiceClientCredentials, HttpClient, Boolean)

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

Paramètres

handlers
DelegatingHandler[]

S’applique à

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)

Paramètres

httpClient
HttpClient
disposeHttpClient
Boolean

S’applique à

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

Paramètres

rootHandler
HttpClientHandler
handlers
DelegatingHandler[]

S’applique à

HDInsightJobClient(String, BasicAuthenticationCredentials, RetryPolicy)

Source:
HDInsightJobManagementClient.Customization.cs
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)

Paramètres

endpoint
String
retryPolicy
RetryPolicy

S’applique à

HDInsightJobClient(String, ServiceClientCredentials, RetryPolicy)

Source:
HDInsightJobManagementClient.Customization.cs
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)

Paramètres

endpoint
String
retryPolicy
RetryPolicy

S’applique à

HDInsightJobClient(String, BasicAuthenticationCredentials, HttpClient, Boolean)

Source:
HDInsightJobManagementClient.Customization.cs
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)

Paramètres

endpoint
String
httpClient
HttpClient
disposeHttpClient
Boolean

S’applique à

HDInsightJobClient(String, ServiceClientCredentials, HttpClient, Boolean)

Source:
HDInsightJobManagementClient.Customization.cs
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)

Paramètres

endpoint
String
httpClient
HttpClient
disposeHttpClient
Boolean

S’applique à