HDInsightClient.ChangeClusterSizeAsync Method

Definition

Overloads

ChangeClusterSizeAsync(String, String, Int32)

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

ChangeClusterSizeAsync(String, String, Int32, TimeSpan)

ChangeClusterSizeAsync(String, String, Int32)

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

Implements

Applies to

ChangeClusterSizeAsync(String, String, Int32, TimeSpan)

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

Parameters

dnsName
String
location
String
newSize
Int32
timeout
TimeSpan

Returns

Applies to