IClustersOperations Interface

Definition

ClustersOperations operations.

public interface IClustersOperations
type IClustersOperations = interface
Public Interface IClustersOperations

Methods

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

Creates a new HDInsight cluster with the specified parameters.

BeginCreatingAsync(String, String, ClusterCreateParameters, CancellationToken)

Begins creating a new HDInsight cluster with the specified parameters.

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

Deletes the specified HDInsight cluster.

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

Begins executing script actions on the specified HDInsight cluster.

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

Executes script actions on the specified HDInsight cluster.

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

Resizes the specified HDInsight cluster to the specified size.

BeginResizingAsync(String, String, Int32, CancellationToken)

Begins resizing the specified HDInsight cluster to the specified size.

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

Rotate disk encryption key of the specified HDInsight cluster.

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

Updates the Autoscale Configuration for HDInsight cluster.

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

Configures the gateway settings on the specified cluster.

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

Updates the cluster identity certificate.

CreateWithHttpMessagesAsync(String, String, ClusterCreateParameters, CancellationToken)

Creates a new HDInsight cluster with the specified parameters.

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

Creates a new HDInsight cluster with the specified parameters.

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

Deletes the specified HDInsight cluster.

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

Executes script actions on the specified HDInsight cluster.

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

Executes script actions on the specified HDInsight cluster.

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

The the async operation status.

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

Gets the gateway settings for the specified cluster.

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

Gets the specified cluster.

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

Lists the HDInsight clusters in a resource group.

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

Lists the HDInsight clusters in a resource group.

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

Lists all the HDInsight clusters under the subscription.

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

Lists all the HDInsight clusters under the subscription.

ResizeAsync(String, String, Int32, CancellationToken)

Resizes the specified HDInsight cluster to the specified size.

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

Resizes the specified HDInsight cluster to the specified size.

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

Rotate disk encryption key of the specified HDInsight cluster.

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

Updates the Autoscale Configuration for HDInsight cluster.

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

Configures the gateway settings on the specified cluster.

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

Updates the cluster identity certificate.

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

Patch HDInsight cluster with the specified parameters.

Extension Methods

BeginCreate(IClustersOperations, String, String, ClusterCreateParametersExtended)

Creates a new HDInsight cluster with the specified parameters.

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

Creates a new HDInsight cluster with the specified parameters.

BeginCreating(IClustersOperations, String, String, ClusterCreateParameters)

Begins creating a new HDInsight cluster with the specified parameters.

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

Begins creating a new HDInsight cluster with the specified parameters.

BeginDelete(IClustersOperations, String, String)

Deletes the specified HDInsight cluster.

BeginDeleteAsync(IClustersOperations, String, String, CancellationToken)

Deletes the specified HDInsight cluster.

BeginExecuteScriptActions(IClustersOperations, String, String, ExecuteScriptActionParameters)

Executes script actions on the specified HDInsight cluster.

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

Begins Executing script actions on specified HDInsight Running cluster.

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

Executes script actions on the specified HDInsight cluster.

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

Begins Executing script actions on specified HDInsight Running cluster.

BeginResize(IClustersOperations, String, String, ClusterResizeParameters)

Resizes the specified HDInsight cluster to the specified size.

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

Resizes the specified HDInsight cluster to the specified size.

BeginResizing(IClustersOperations, String, String, Int32)

Begins resizing the specified HDInsight cluster.

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

Begins resizing the specified HDInsight cluster.

BeginRotateDiskEncryptionKey(IClustersOperations, String, String, ClusterDiskEncryptionParameters)

Rotate disk encryption key of the specified HDInsight cluster.

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

Rotate disk encryption key of the specified HDInsight cluster.

BeginUpdateAutoScaleConfiguration(IClustersOperations, String, String, AutoscaleConfigurationUpdateParameter)

Updates the Autoscale Configuration for HDInsight cluster.

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

Updates the Autoscale Configuration for HDInsight cluster.

BeginUpdateGatewaySettings(IClustersOperations, String, String, UpdateGatewaySettingsParameters)

Configures the gateway settings on the specified cluster.

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

Configures the gateway settings on the specified cluster.

BeginUpdateIdentityCertificate(IClustersOperations, String, String, UpdateClusterIdentityCertificateParameters)

Updates the cluster identity certificate.

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

Updates the cluster identity certificate.

Create(IClustersOperations, String, String, ClusterCreateParameters)

Creates a new HDInsight cluster with the specified parameters.

Create(IClustersOperations, String, String, ClusterCreateParametersExtended)

Creates a new HDInsight cluster with the specified parameters.

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

Creates a new HDInsight cluster with the specified parameters.

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

Creates a new HDInsight cluster with the specified parameters.

Delete(IClustersOperations, String, String)

Deletes the specified HDInsight cluster.

DeleteAsync(IClustersOperations, String, String, CancellationToken)

Deletes the specified HDInsight cluster.

ExecuteScriptActions(IClustersOperations, String, String, ExecuteScriptActionParameters)

Executes script actions on the specified HDInsight cluster.

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

Executes script actions on specified HDInsight Running cluster.

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

Executes script actions on the specified HDInsight cluster.

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

Executes script actions on specified HDInsight Running cluster.

Get(IClustersOperations, String, String)

Gets the specified cluster.

GetAsync(IClustersOperations, String, String, CancellationToken)

Gets the specified cluster.

GetAzureAsyncOperationStatus(IClustersOperations, String, String, String)

The the async operation status.

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

The the async operation status.

GetGatewaySettings(IClustersOperations, String, String)

Gets the gateway settings for the specified cluster.

GetGatewaySettingsAsync(IClustersOperations, String, String, CancellationToken)

Gets the gateway settings for the specified cluster.

List(IClustersOperations)

Lists all the HDInsight clusters under the subscription.

ListAsync(IClustersOperations, CancellationToken)

Lists all the HDInsight clusters under the subscription.

ListByResourceGroup(IClustersOperations, String)

Lists the HDInsight clusters in a resource group.

ListByResourceGroupAsync(IClustersOperations, String, CancellationToken)

Lists the HDInsight clusters in a resource group.

ListByResourceGroupNext(IClustersOperations, String)

Lists the HDInsight clusters in a resource group.

ListByResourceGroupNextAsync(IClustersOperations, String, CancellationToken)

Lists the HDInsight clusters in a resource group.

ListNext(IClustersOperations, String)

Lists all the HDInsight clusters under the subscription.

ListNextAsync(IClustersOperations, String, CancellationToken)

Lists all the HDInsight clusters under the subscription.

Resize(IClustersOperations, String, String, ClusterResizeParameters)

Resizes the specified HDInsight cluster to the specified size.

Resize(IClustersOperations, String, String, Int32)

Resizes the specified HDInsight cluster.

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

Resizes the specified HDInsight cluster to the specified size.

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

Resizes the specified HDInsight cluster.

RotateDiskEncryptionKey(IClustersOperations, String, String, ClusterDiskEncryptionParameters)

Rotate disk encryption key of the specified HDInsight cluster.

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

Rotate disk encryption key of the specified HDInsight cluster.

Update(IClustersOperations, String, String, ClusterPatchParameters)

Patch HDInsight cluster with the specified parameters.

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

Patch HDInsight cluster with the specified parameters.

UpdateAutoScaleConfiguration(IClustersOperations, String, String, AutoscaleConfigurationUpdateParameter)

Updates the Autoscale Configuration for HDInsight cluster.

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

Updates the Autoscale Configuration for HDInsight cluster.

UpdateGatewaySettings(IClustersOperations, String, String, UpdateGatewaySettingsParameters)

Configures the gateway settings on the specified cluster.

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

Configures the gateway settings on the specified cluster.

UpdateIdentityCertificate(IClustersOperations, String, String, UpdateClusterIdentityCertificateParameters)

Updates the cluster identity certificate.

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

Updates the cluster identity certificate.

Applies to