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

HDInsightManagementClient 类

定义

HDInsight 管理客户端

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

构造函数

HDInsightManagementClient(DelegatingHandler[])

初始化 HDInsightManagementClient 类的新实例。

HDInsightManagementClient(HttpClient, Boolean)

初始化 HDInsightManagementClient 类的新实例。

HDInsightManagementClient(HttpClientHandler, DelegatingHandler[])

初始化 HDInsightManagementClient 类的新实例。

HDInsightManagementClient(ServiceClientCredentials, DelegatingHandler[])

初始化 HDInsightManagementClient 类的新实例。

HDInsightManagementClient(ServiceClientCredentials, HttpClient, Boolean)

初始化 HDInsightManagementClient 类的新实例。

HDInsightManagementClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

初始化 HDInsightManagementClient 类的新实例。

HDInsightManagementClient(Uri, DelegatingHandler[])

初始化 HDInsightManagementClient 类的新实例。

HDInsightManagementClient(Uri, HttpClientHandler, DelegatingHandler[])

初始化 HDInsightManagementClient 类的新实例。

HDInsightManagementClient(Uri, ServiceClientCredentials, DelegatingHandler[])

初始化 HDInsightManagementClient 类的新实例。

HDInsightManagementClient(Uri, ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

初始化 HDInsightManagementClient 类的新实例。

属性

AcceptLanguage

响应的首选语言。

ApiVersion

HDInsight 客户端 API 版本。

Applications

获取 IApplicationsOperations。

BaseUri

服务的基 URI。

Clusters

获取 IClustersOperations。

Configurations

获取 IConfigurationsOperations。

Credentials

客户端连接到 Azure 所需的凭据。

DeserializationSettings

获取或设置 json 反序列化设置。

Extensions

获取 IExtensionsOperations。

FirstMessageHandler

HDInsight 管理客户端

(继承自 ServiceClient<T>)
GenerateClientRequestId

是否应生成唯一的 x-ms-client-request-id。 设置为 true 时,将生成唯一的 x-ms-client-request-id 值并将其包含在每个请求中。 默认为 true。

HDInsightRetryPolicy

获取 HDInsight 管理客户端的建议重试策略。

HttpClient

HDInsight 管理客户端

(继承自 ServiceClient<T>)
HttpClientHandler

HDInsight 管理客户端

(继承自 ServiceClient<T>)
HttpMessageHandlers

HDInsight 管理客户端

(继承自 ServiceClient<T>)
Locations

获取 ILocationsOperations。

LongRunningOperationRetryTimeout

长时间运行的操作的重试超时(以秒为单位)。 默认值为 30。

Operations

获取 IOperations。

PrivateEndpointConnections

获取 IPrivateEndpointConnectionsOperations。

PrivateLinkResources

获取 IPrivateLinkResourcesOperations。

ScriptActions

获取 IScriptActionsOperations。

ScriptExecutionHistory

获取 IScriptExecutionHistoryOperations。

SerializationSettings

获取或设置 json 序列化设置。

SubscriptionId

唯一标识 Microsoft Azure 订阅的订阅凭据。 此订阅 ID 是每个服务调用的 URI 的一部分。

UserAgent

HDInsight 管理客户端

(继承自 ServiceClient<T>)
VirtualMachines

获取 IVirtualMachinesOperations。

方法

CreateHttpHandlerPipeline(HttpClientHandler, DelegatingHandler[])

HDInsight 管理客户端

(继承自 ServiceClient<T>)
Dispose()

HDInsight 管理客户端

(继承自 ServiceClient<T>)
Dispose(Boolean)

HDInsight 管理客户端

(继承自 ServiceClient<T>)
InitializeHttpClient(HttpClient, HttpClientHandler, DelegatingHandler[])

HDInsight 管理客户端

(继承自 ServiceClient<T>)
InitializeHttpClient(HttpClientHandler, DelegatingHandler[])

HDInsight 管理客户端

(继承自 ServiceClient<T>)
SetRetryPolicy(RetryPolicy)

HDInsight 管理客户端

(继承自 ServiceClient<T>)
SetUserAgent(String)

HDInsight 管理客户端

(继承自 ServiceClient<T>)
SetUserAgent(String, String)

HDInsight 管理客户端

(继承自 ServiceClient<T>)

适用于