Partilhar via


HDInsightClusterResource.UpdateAutoScaleConfiguration Método

Definição

Atualizações a Configuração de Dimensionamento Automático para cluster HDInsight.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/roles/{roleName}/autoscale
  • Operação IdClusters_UpdateAutoScaleConfiguration
public virtual Azure.ResourceManager.ArmOperation UpdateAutoScaleConfiguration (Azure.WaitUntil waitUntil, Azure.ResourceManager.HDInsight.Models.HDInsightRoleName roleName, Azure.ResourceManager.HDInsight.Models.HDInsightAutoScaleConfigurationUpdateContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAutoScaleConfiguration : Azure.WaitUntil * Azure.ResourceManager.HDInsight.Models.HDInsightRoleName * Azure.ResourceManager.HDInsight.Models.HDInsightAutoScaleConfigurationUpdateContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation
override this.UpdateAutoScaleConfiguration : Azure.WaitUntil * Azure.ResourceManager.HDInsight.Models.HDInsightRoleName * Azure.ResourceManager.HDInsight.Models.HDInsightAutoScaleConfigurationUpdateContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation
Public Overridable Function UpdateAutoScaleConfiguration (waitUntil As WaitUntil, roleName As HDInsightRoleName, content As HDInsightAutoScaleConfigurationUpdateContent, Optional cancellationToken As CancellationToken = Nothing) As 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 execução prolongada, consulte Exemplos de operação de Long-Running do Azure.Core.

roleName
HDInsightRoleName

O valor constante do roleName.

content
HDInsightAutoScaleConfigurationUpdateContent

Os parâmetros para a operação de configuração de dimensionamento automático de atualização.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

content é nulo.

Aplica-se a