IHDInsightSyncClient.ChangeClusterSize(String, String, Int32) Method

Definition

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

public Microsoft.WindowsAzure.Management.HDInsight.ClusterDetails ChangeClusterSize (string dnsName, string location, int newSize);
abstract member ChangeClusterSize : string * string * int -> Microsoft.WindowsAzure.Management.HDInsight.ClusterDetails
Public Function ChangeClusterSize (dnsName As String, location As String, newSize As Integer) As ClusterDetails

Parameters

dnsName
String

The DNS name of the cluster.

location
String

The location of the cluster.

newSize
Int32

The new size.

Returns

Object that represents the HDInsight Cluster created.

Applies to