Partilhar via


ClustersOperationsExtensions.BeginUpdateAutoScaleConfigurationAsync Método

Definição

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

public static System.Threading.Tasks.Task BeginUpdateAutoScaleConfigurationAsync (this Microsoft.Azure.Management.HDInsight.IClustersOperations operations, string resourceGroupName, string clusterName, Microsoft.Azure.Management.HDInsight.Models.AutoscaleConfigurationUpdateParameter parameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginUpdateAutoScaleConfigurationAsync : Microsoft.Azure.Management.HDInsight.IClustersOperations * string * string * Microsoft.Azure.Management.HDInsight.Models.AutoscaleConfigurationUpdateParameter * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function BeginUpdateAutoScaleConfigurationAsync (operations As IClustersOperations, resourceGroupName As String, clusterName As String, parameters As AutoscaleConfigurationUpdateParameter, Optional cancellationToken As CancellationToken = Nothing) As Task

Parâmetros

operations
IClustersOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos.

clusterName
String

O nome do cluster.

parameters
AutoscaleConfigurationUpdateParameter

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

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a