Compartir a través de


HDInsightJobClient Constructores

Definición

Sobrecargas

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

Parámetros

handlers
DelegatingHandler[]

Se aplica a

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)

Parámetros

httpClient
HttpClient
disposeHttpClient
Boolean

Se aplica a

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

Parámetros

rootHandler
HttpClientHandler
handlers
DelegatingHandler[]

Se aplica a

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)

Parámetros

endpoint
String
retryPolicy
RetryPolicy

Se aplica a

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)

Parámetros

endpoint
String
retryPolicy
RetryPolicy

Se aplica a

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)

Parámetros

endpoint
String
httpClient
HttpClient
disposeHttpClient
Boolean

Se aplica a

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)

Parámetros

endpoint
String
httpClient
HttpClient
disposeHttpClient
Boolean

Se aplica a