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

HDInsightJobClient 类

定义

public class HDInsightJobClient : Microsoft.Rest.ServiceClient<Microsoft.Azure.HDInsight.Job.HDInsightJobClient>, IDisposable, Microsoft.Azure.HDInsight.Job.IHDInsightJobClient, Microsoft.Rest.Azure.IAzureClient
type HDInsightJobClient = class
    inherit ServiceClient<HDInsightJobClient>
    interface IHDInsightJobClient
    interface IDisposable
    interface IAzureClient
Public Class HDInsightJobClient
Inherits ServiceClient(Of HDInsightJobClient)
Implements IAzureClient, IDisposable, IHDInsightJobClient
继承
实现

构造函数

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

字段

DefaultPollInterval

属性

AcceptLanguage
Credentials
DeserializationSettings
Endpoint
FirstMessageHandler (继承自 ServiceClient<T>)
GenerateClientRequestId
HDInsightRetryPolicy
HttpClient (继承自 ServiceClient<T>)
HttpClientHandler (继承自 ServiceClient<T>)
HttpMessageHandlers (继承自 ServiceClient<T>)
Job
LongRunningOperationRetryTimeout
SerializationSettings
UserAgent (继承自 ServiceClient<T>)
Username

方法

CreateHttpHandlerPipeline(HttpClientHandler, DelegatingHandler[]) (继承自 ServiceClient<T>)
Dispose() (继承自 ServiceClient<T>)
Dispose(Boolean) (继承自 ServiceClient<T>)
InitializeHttpClient(HttpClient, HttpClientHandler, DelegatingHandler[]) (继承自 ServiceClient<T>)
InitializeHttpClient(HttpClientHandler, DelegatingHandler[]) (继承自 ServiceClient<T>)
SetRetryPolicy(RetryPolicy) (继承自 ServiceClient<T>)
SetUserAgent(String) (继承自 ServiceClient<T>)
SetUserAgent(String, String) (继承自 ServiceClient<T>)

适用于