IHDInsightAsyncClient.ChangeClusterSizeAsync(String, String, Int32) Method

Definition

Submits a request to change the data node size of a cluster.

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.HDInsight.ClusterDetails> ChangeClusterSizeAsync (string dnsName, string location, int newSize);
abstract member ChangeClusterSizeAsync : string * string * int -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.HDInsight.ClusterDetails>
Public Function ChangeClusterSizeAsync (dnsName As String, location As String, newSize As Integer) As Task(Of ClusterDetails)

Parameters

dnsName
String

The DNS name of the cluster.

location
String

The location of the cluster.

newSize
Int32

The new size.

Returns

Task that returns an HDInsight Cluster.

Applies to