次の方法で共有


IClustersOperations インターフェイス

定義

ClustersOperations 操作。

public interface IClustersOperations
type IClustersOperations = interface
Public Interface IClustersOperations

メソッド

BeginCreateWithHttpMessagesAsync(String, String, ClusterCreateParametersExtended, Dictionary<String,List<String>>, CancellationToken)

指定したパラメーターを使用して新しい HDInsight クラスターを作成します。

BeginCreatingAsync(String, String, ClusterCreateParameters, CancellationToken)

指定したパラメーターを使用して、新しい HDInsight クラスターの作成を開始します。

BeginDeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

指定した HDInsight クラスターを削除します。

BeginExecuteScriptActionsAsync(String, String, IList<RuntimeScriptAction>, Boolean, CancellationToken)

指定した HDInsight クラスターでのスクリプト アクションの実行を開始します。

BeginExecuteScriptActionsWithHttpMessagesAsync(String, String, ExecuteScriptActionParameters, Dictionary<String,List<String>>, CancellationToken)

指定した HDInsight クラスターでスクリプト アクションを実行します。

BeginResizeWithHttpMessagesAsync(String, String, ClusterResizeParameters, Dictionary<String,List<String>>, CancellationToken)

指定した HDInsight クラスターのサイズを指定したサイズに変更します。

BeginResizingAsync(String, String, Int32, CancellationToken)

指定した HDInsight クラスターのサイズを指定したサイズに変更します。

BeginRotateDiskEncryptionKeyWithHttpMessagesAsync(String, String, ClusterDiskEncryptionParameters, Dictionary<String,List<String>>, CancellationToken)

指定した HDInsight クラスターのディスク暗号化キーをローテーションします。

BeginUpdateAutoScaleConfigurationWithHttpMessagesAsync(String, String, AutoscaleConfigurationUpdateParameter, Dictionary<String, List<String>>, CancellationToken)

HDInsight クラスターの自動スケーリング構成を更新します。

BeginUpdateGatewaySettingsWithHttpMessagesAsync(String, String, UpdateGatewaySettingsParameters, Dictionary<String,List<String>>, CancellationToken)

指定したクラスターでゲートウェイ設定を構成します。

BeginUpdateIdentityCertificateWithHttpMessagesAsync(String, String, UpdateClusterIdentityCertificateParameters, Dictionary<String, List<String>>, CancellationToken)

クラスター ID 証明書を更新します。

CreateWithHttpMessagesAsync(String, String, ClusterCreateParameters, CancellationToken)

指定したパラメーターを使用して新しい HDInsight クラスターを作成します。

CreateWithHttpMessagesAsync(String, String, ClusterCreateParametersExtended, Dictionary<String,List<String>>, CancellationToken)

指定したパラメーターを使用して新しい HDInsight クラスターを作成します。

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

指定した HDInsight クラスターを削除します。

ExecuteScriptActionsAsync(String, String, IList<RuntimeScriptAction>, Boolean, CancellationToken)

指定した HDInsight クラスターでスクリプト アクションを実行します。

ExecuteScriptActionsWithHttpMessagesAsync(String, String, ExecuteScriptActionParameters, Dictionary<String,List<String>>, CancellationToken)

指定した HDInsight クラスターでスクリプト アクションを実行します。

GetAzureAsyncOperationStatusWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

非同期操作の状態。

GetGatewaySettingsWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

指定したクラスターのゲートウェイ設定を取得します。

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

指定したクラスターを取得します。

ListByResourceGroupNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

リソース グループ内の HDInsight クラスターを一覧表示します。

ListByResourceGroupWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

リソース グループ内の HDInsight クラスターを一覧表示します。

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

サブスクリプションの下にあるすべての HDInsight クラスターを一覧表示します。

ListWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

サブスクリプションの下にあるすべての HDInsight クラスターを一覧表示します。

ResizeAsync(String, String, Int32, CancellationToken)

指定した HDInsight クラスターのサイズを指定したサイズに変更します。

ResizeWithHttpMessagesAsync(String, String, ClusterResizeParameters, Dictionary<String,List<String>>, CancellationToken)

指定した HDInsight クラスターのサイズを指定したサイズに変更します。

RotateDiskEncryptionKeyWithHttpMessagesAsync(String, String, ClusterDiskEncryptionParameters, Dictionary<String,List<String>>, CancellationToken)

指定した HDInsight クラスターのディスク暗号化キーをローテーションします。

UpdateAutoScaleConfigurationWithHttpMessagesAsync(String, String, AutoscaleConfigurationUpdateParameter, Dictionary<String,List<String>>, CancellationToken)

HDInsight クラスターの自動スケーリング構成を更新します。

UpdateGatewaySettingsWithHttpMessagesAsync(String, String, UpdateGatewaySettingsParameters, Dictionary<String,List<String>>, CancellationToken)

指定したクラスターでゲートウェイ設定を構成します。

UpdateIdentityCertificateWithHttpMessagesAsync(String, String, UpdateClusterIdentityCertificateParameters, Dictionary<String, List<String>>, CancellationToken)

クラスター ID 証明書を更新します。

UpdateWithHttpMessagesAsync(String, String, ClusterPatchParameters, Dictionary<String,List<String>>, CancellationToken)

指定したパラメーターを使用して HDInsight クラスターにパッチを適用します。

拡張メソッド

BeginCreate(IClustersOperations, String, String, ClusterCreateParametersExtended)

指定したパラメーターを使用して新しい HDInsight クラスターを作成します。

BeginCreateAsync(IClustersOperations, String, String, ClusterCreateParametersExtended, CancellationToken)

指定したパラメーターを使用して新しい HDInsight クラスターを作成します。

BeginCreating(IClustersOperations, String, String, ClusterCreateParameters)

指定したパラメーターを使用して、新しい HDInsight クラスターの作成を開始します。

BeginCreatingAsync(IClustersOperations, String, String, ClusterCreateParameters, CancellationToken)

指定したパラメーターを使用して、新しい HDInsight クラスターの作成を開始します。

BeginDelete(IClustersOperations, String, String)

指定した HDInsight クラスターを削除します。

BeginDeleteAsync(IClustersOperations, String, String, CancellationToken)

指定した HDInsight クラスターを削除します。

BeginExecuteScriptActions(IClustersOperations, String, String, ExecuteScriptActionParameters)

指定した HDInsight クラスターでスクリプト アクションを実行します。

BeginExecuteScriptActions(IClustersOperations, String, String, IList<RuntimeScriptAction>, Boolean)

指定した HDInsight Running クラスターでのスクリプト アクションの実行を開始します。

BeginExecuteScriptActionsAsync(IClustersOperations, String, String, ExecuteScriptActionParameters, CancellationToken)

指定した HDInsight クラスターでスクリプト アクションを実行します。

BeginExecuteScriptActionsAsync(IClustersOperations, String, String, IList<RuntimeScriptAction>, Boolean, CancellationToken)

指定した HDInsight Running クラスターでのスクリプト アクションの実行を開始します。

BeginResize(IClustersOperations, String, String, ClusterResizeParameters)

指定した HDInsight クラスターのサイズを指定したサイズに変更します。

BeginResizeAsync(IClustersOperations, String, String, ClusterResizeParameters, CancellationToken)

指定した HDInsight クラスターのサイズを指定したサイズに変更します。

BeginResizing(IClustersOperations, String, String, Int32)

指定した HDInsight クラスターのサイズ変更を開始します。

BeginResizingAsync(IClustersOperations, String, String, Int32, CancellationToken)

指定した HDInsight クラスターのサイズ変更を開始します。

BeginRotateDiskEncryptionKey(IClustersOperations, String, String, ClusterDiskEncryptionParameters)

指定した HDInsight クラスターのディスク暗号化キーをローテーションします。

BeginRotateDiskEncryptionKeyAsync(IClustersOperations, String, String, ClusterDiskEncryptionParameters, CancellationToken)

指定した HDInsight クラスターのディスク暗号化キーをローテーションします。

BeginUpdateAutoScaleConfiguration(IClustersOperations, String, String, AutoscaleConfigurationUpdateParameter)

HDInsight クラスターの自動スケーリング構成を更新します。

BeginUpdateAutoScaleConfigurationAsync(IClustersOperations, String, String, AutoscaleConfigurationUpdateParameter, CancellationToken)

HDInsight クラスターの自動スケーリング構成を更新します。

BeginUpdateGatewaySettings(IClustersOperations, String, String, UpdateGatewaySettingsParameters)

指定したクラスターでゲートウェイ設定を構成します。

BeginUpdateGatewaySettingsAsync(IClustersOperations, String, String, UpdateGatewaySettingsParameters, CancellationToken)

指定したクラスターでゲートウェイ設定を構成します。

BeginUpdateIdentityCertificate(IClustersOperations, String, String, UpdateClusterIdentityCertificateParameters)

クラスター ID 証明書を更新します。

BeginUpdateIdentityCertificateAsync(IClustersOperations, String, String, UpdateClusterIdentityCertificateParameters, CancellationToken)

クラスター ID 証明書を更新します。

Create(IClustersOperations, String, String, ClusterCreateParameters)

指定したパラメーターを使用して新しい HDInsight クラスターを作成します。

Create(IClustersOperations, String, String, ClusterCreateParametersExtended)

指定したパラメーターを使用して新しい HDInsight クラスターを作成します。

CreateAsync(IClustersOperations, String, String, ClusterCreateParameters, CancellationToken)

指定したパラメーターを使用して新しい HDInsight クラスターを作成します。

CreateAsync(IClustersOperations, String, String, ClusterCreateParametersExtended, CancellationToken)

指定したパラメーターを使用して新しい HDInsight クラスターを作成します。

Delete(IClustersOperations, String, String)

指定した HDInsight クラスターを削除します。

DeleteAsync(IClustersOperations, String, String, CancellationToken)

指定した HDInsight クラスターを削除します。

ExecuteScriptActions(IClustersOperations, String, String, ExecuteScriptActionParameters)

指定した HDInsight クラスターでスクリプト アクションを実行します。

ExecuteScriptActions(IClustersOperations, String, String, IList<RuntimeScriptAction>, Boolean)

指定した HDInsight Running クラスターでスクリプト アクションを実行します。

ExecuteScriptActionsAsync(IClustersOperations, String, String, ExecuteScriptActionParameters, CancellationToken)

指定した HDInsight クラスターでスクリプト アクションを実行します。

ExecuteScriptActionsAsync(IClustersOperations, String, String, IList<RuntimeScriptAction>, Boolean, CancellationToken)

指定した HDInsight Running クラスターでスクリプト アクションを実行します。

Get(IClustersOperations, String, String)

指定したクラスターを取得します。

GetAsync(IClustersOperations, String, String, CancellationToken)

指定したクラスターを取得します。

GetAzureAsyncOperationStatus(IClustersOperations, String, String, String)

非同期操作の状態。

GetAzureAsyncOperationStatusAsync(IClustersOperations, String, String, String, CancellationToken)

非同期操作の状態。

GetGatewaySettings(IClustersOperations, String, String)

指定したクラスターのゲートウェイ設定を取得します。

GetGatewaySettingsAsync(IClustersOperations, String, String, CancellationToken)

指定したクラスターのゲートウェイ設定を取得します。

List(IClustersOperations)

サブスクリプションの下にあるすべての HDInsight クラスターを一覧表示します。

ListAsync(IClustersOperations, CancellationToken)

サブスクリプションの下にあるすべての HDInsight クラスターを一覧表示します。

ListByResourceGroup(IClustersOperations, String)

リソース グループ内の HDInsight クラスターを一覧表示します。

ListByResourceGroupAsync(IClustersOperations, String, CancellationToken)

リソース グループ内の HDInsight クラスターを一覧表示します。

ListByResourceGroupNext(IClustersOperations, String)

リソース グループ内の HDInsight クラスターを一覧表示します。

ListByResourceGroupNextAsync(IClustersOperations, String, CancellationToken)

リソース グループ内の HDInsight クラスターを一覧表示します。

ListNext(IClustersOperations, String)

サブスクリプションの下にあるすべての HDInsight クラスターを一覧表示します。

ListNextAsync(IClustersOperations, String, CancellationToken)

サブスクリプションの下にあるすべての HDInsight クラスターを一覧表示します。

Resize(IClustersOperations, String, String, ClusterResizeParameters)

指定した HDInsight クラスターのサイズを指定したサイズに変更します。

Resize(IClustersOperations, String, String, Int32)

指定した HDInsight クラスターのサイズを変更します。

ResizeAsync(IClustersOperations, String, String, ClusterResizeParameters, CancellationToken)

指定した HDInsight クラスターのサイズを指定したサイズに変更します。

ResizeAsync(IClustersOperations, String, String, Int32, CancellationToken)

指定した HDInsight クラスターのサイズを変更します。

RotateDiskEncryptionKey(IClustersOperations, String, String, ClusterDiskEncryptionParameters)

指定した HDInsight クラスターのディスク暗号化キーをローテーションします。

RotateDiskEncryptionKeyAsync(IClustersOperations, String, String, ClusterDiskEncryptionParameters, CancellationToken)

指定した HDInsight クラスターのディスク暗号化キーをローテーションします。

Update(IClustersOperations, String, String, ClusterPatchParameters)

指定したパラメーターを使用して HDInsight クラスターにパッチを適用します。

UpdateAsync(IClustersOperations, String, String, ClusterPatchParameters, CancellationToken)

指定したパラメーターを使用して HDInsight クラスターにパッチを適用します。

UpdateAutoScaleConfiguration(IClustersOperations, String, String, AutoscaleConfigurationUpdateParameter)

HDInsight クラスターの自動スケーリング構成を更新します。

UpdateAutoScaleConfigurationAsync(IClustersOperations, String, String, AutoscaleConfigurationUpdateParameter, CancellationToken)

HDInsight クラスターの自動スケーリング構成を更新します。

UpdateGatewaySettings(IClustersOperations, String, String, UpdateGatewaySettingsParameters)

指定したクラスターでゲートウェイ設定を構成します。

UpdateGatewaySettingsAsync(IClustersOperations, String, String, UpdateGatewaySettingsParameters, CancellationToken)

指定したクラスターでゲートウェイ設定を構成します。

UpdateIdentityCertificate(IClustersOperations, String, String, UpdateClusterIdentityCertificateParameters)

クラスター ID 証明書を更新します。

UpdateIdentityCertificateAsync(IClustersOperations, String, String, UpdateClusterIdentityCertificateParameters, CancellationToken)

クラスター ID 証明書を更新します。

適用対象