Skip to main content

clusters_auto_scale_configurations

Creates, updates, deletes, gets or lists a clusters_auto_scale_configurations resource.

Overview

Nameclusters_auto_scale_configurations
TypeResource
Idazure.hdinsight.clusters_auto_scale_configurations

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
updateexecsubscriptionId, resourceGroupName, clusterName, roleNameUpdates the Autoscale Configuration for HDInsight cluster.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
clusterNamestringThe name of the cluster.
resourceGroupNamestringThe name of the resource group.
roleNamestringThe constant value for the roleName
subscriptionIdstringThe subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

Lifecycle Methods

Updates the Autoscale Configuration for HDInsight cluster.

EXEC azure.hdinsight.clusters_auto_scale_configurations.update 
@subscriptionId='{{ subscriptionId }}' --required,
@resourceGroupName='{{ resourceGroupName }}' --required,
@clusterName='{{ clusterName }}' --required,
@roleName='{{ roleName }}' --required
@@json=
'{
"autoscale": "{{ autoscale }}"
}'
;