Partager via


ClustersOperationsExtensions.UpdateAutoScaleConfiguration Méthode

Définition

Mises à jour la configuration de mise à l’échelle automatique pour le cluster HDInsight.

public static void UpdateAutoScaleConfiguration (this Microsoft.Azure.Management.HDInsight.IClustersOperations operations, string resourceGroupName, string clusterName, Microsoft.Azure.Management.HDInsight.Models.AutoscaleConfigurationUpdateParameter parameters);
static member UpdateAutoScaleConfiguration : Microsoft.Azure.Management.HDInsight.IClustersOperations * string * string * Microsoft.Azure.Management.HDInsight.Models.AutoscaleConfigurationUpdateParameter -> unit
<Extension()>
Public Sub UpdateAutoScaleConfiguration (operations As IClustersOperations, resourceGroupName As String, clusterName As String, parameters As AutoscaleConfigurationUpdateParameter)

Paramètres

operations
IClustersOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources.

clusterName
String

Nom du cluster.

parameters
AutoscaleConfigurationUpdateParameter

Paramètres de l’opération de configuration de mise à l’échelle automatique.

S’applique à