你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

HDInsightJobClient 构造函数

定义

重载

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

参数

handlers
DelegatingHandler[]

适用于

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)

参数

httpClient
HttpClient
disposeHttpClient
Boolean

适用于

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

参数

rootHandler
HttpClientHandler
handlers
DelegatingHandler[]

适用于

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)

参数

endpoint
String
retryPolicy
RetryPolicy

适用于

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)

参数

endpoint
String
retryPolicy
RetryPolicy

适用于

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)

参数

endpoint
String
httpClient
HttpClient
disposeHttpClient
Boolean

适用于

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)

参数

endpoint
String
httpClient
HttpClient
disposeHttpClient
Boolean

适用于