HDInsightClient.ChangeClusterSize Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
ChangeClusterSize(String, String, Int32) |
Envia uma solicitação para alterar o tamanho do nó de dados de um cluster. |
ChangeClusterSize(String, String, Int32, TimeSpan) |
ChangeClusterSize(String, String, Int32)
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
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
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.
Implementações
Aplica-se a
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
Parâmetros
- dnsName
- String
- location
- String
- newSize
- Int32
- timeout
- TimeSpan
Retornos
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET