Compartilhar via


IHDInsightAsyncClient.ChangeClusterSizeAsync(String, String, Int32) Método

Definição

Envia uma solicitação para alterar o tamanho do nó de dados de um 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)

Parâmetros

dnsName
String

O nome DNS do cluster.

location
String

O local do cluster.

newSize
Int32

O novo tamanho.

Retornos

Tarefa que retorna um cluster HDInsight.

Aplica-se a