HDInsightClient.ChangeClusterSize Method

Definition

Overloads

ChangeClusterSize(String, String, Int32)

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

ChangeClusterSize(String, String, Int32, TimeSpan)

ChangeClusterSize(String, String, Int32)

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
override this.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.

Implements

Applies to

ChangeClusterSize(String, String, Int32, TimeSpan)

Microsoft.Hadoop.Client.ClientBase.ChangeClusterSize(System.String,System.String,System.Int32,System.TimeSpan)
public Microsoft.WindowsAzure.Management.HDInsight.ClusterDetails ChangeClusterSize (string dnsName, string location, int newSize, TimeSpan timeout);
member this.ChangeClusterSize : string * string * int * TimeSpan -> Microsoft.WindowsAzure.Management.HDInsight.ClusterDetails
Public Function ChangeClusterSize (dnsName As String, location As String, newSize As Integer, timeout As TimeSpan) As ClusterDetails

Parameters

dnsName
String
location
String
newSize
Int32
timeout
TimeSpan

Returns

Applies to