Partager via


ClustersOperationsExtensions.Resize Méthode

Définition

Surcharges

Resize(IClustersOperations, String, String, ClusterResizeParameters)

Redimensionne le cluster HDInsight spécifié à la taille spécifiée.

Resize(IClustersOperations, String, String, Int32)

Redimensionne le cluster HDInsight spécifié.

Resize(IClustersOperations, String, String, ClusterResizeParameters)

Redimensionne le cluster HDInsight spécifié à la taille spécifiée.

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

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
ClusterResizeParameters

Paramètres de l’opération de redimensionnement.

S’applique à

Resize(IClustersOperations, String, String, Int32)

Redimensionne le cluster HDInsight spécifié.

public static void Resize (this Microsoft.Azure.Management.HDInsight.IClustersOperations operations, string resourceGroupName, string clusterName, int targetInstanceCount);
static member Resize : Microsoft.Azure.Management.HDInsight.IClustersOperations * string * string * int -> unit
<Extension()>
Public Sub Resize (operations As IClustersOperations, resourceGroupName As String, clusterName As String, targetInstanceCount As Integer)

Paramètres

operations
IClustersOperations

Référence à Microsoft.Azure.Management.HDInsight.IClusterOperations.

resourceGroupName
String

Obligatoire. Nom du groupe de ressources.

clusterName
String

Obligatoire. Nom du cluster.

targetInstanceCount
Int32

Obligatoire. Nombre de instance cible.

S’applique à