Partilhar via


HDInsightClusterResource.ResizeAsync Método

Definição

Redimensiona o cluster HDInsight especificado para o tamanho especificado.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/roles/{roleName}/resize
  • IdClusters_Resize de operação
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation> ResizeAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.HDInsight.Models.HDInsightRoleName roleName, Azure.ResourceManager.HDInsight.Models.HDInsightClusterResizeContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member ResizeAsync : Azure.WaitUntil * Azure.ResourceManager.HDInsight.Models.HDInsightRoleName * Azure.ResourceManager.HDInsight.Models.HDInsightClusterResizeContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>
override this.ResizeAsync : Azure.WaitUntil * Azure.ResourceManager.HDInsight.Models.HDInsightRoleName * Azure.ResourceManager.HDInsight.Models.HDInsightClusterResizeContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>
Public Overridable Function ResizeAsync (waitUntil As WaitUntil, roleName As HDInsightRoleName, content As HDInsightClusterResizeContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation)

Parâmetros

waitUntil
WaitUntil

Completed se o método deve aguardar para retornar até que a operação de execução prolongada seja concluída no serviço; Started se ele deve retornar depois de iniciar a operação. Para obter mais informações sobre operações de longa execução, consulte Exemplos de operação de Long-Running do Azure.Core.

roleName
HDInsightRoleName

O valor constante do roleName.

content
HDInsightClusterResizeContent

Os parâmetros para a operação de redimensionamento.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

content é nulo.

Aplica-se a