次の方法で共有


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

適用対象