HDInsightClient.ChangeClusterSizeAsync 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
ChangeClusterSizeAsync(String, String, Int32) |
Envia uma solicitação para alterar o tamanho do nó de dados de um cluster. |
ChangeClusterSizeAsync(String, String, Int32, TimeSpan) |
ChangeClusterSizeAsync(String, String, Int32)
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>
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)
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.
Implementações
Aplica-se a
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)
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