你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
HDInsightJobClient 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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)
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
- credentials
- BasicAuthenticationCredentials
- retryPolicy
- RetryPolicy
适用于
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)
参数
- endpoint
- String
- credentials
- ServiceClientCredentials
- retryPolicy
- RetryPolicy
适用于
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)
参数
- endpoint
- String
- credentials
- BasicAuthenticationCredentials
- httpClient
- HttpClient
- disposeHttpClient
- Boolean
适用于
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)
参数
- endpoint
- String
- credentials
- ServiceClientCredentials
- httpClient
- HttpClient
- disposeHttpClient
- Boolean