Compartilhar via


IHDInsightSyncClient.ChangeClusterSize(String, String, Int32) Método

Definição

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

Parâmetros

dnsName
String

O nome DNS do cluster.

location
String

O local do cluster.

newSize
Int32

O novo tamanho.

Retornos

Objeto que representa o cluster HDInsight criado.

Aplica-se a