Compartir a través de


ClustersOperationsExtensions.BeginResizing Método

Definición

Comienza a cambiar el tamaño del clúster de HDInsight especificado.

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

Parámetros

operations
IClustersOperations

Referencia a Microsoft.Azure.Management.HDInsight.IClusterOperations.

resourceGroupName
String

Necesario. Nombre del grupo de recursos.

clusterName
String

Necesario. Nombre del clúster.

targetInstanceCount
Int32

Necesario. Recuento de instancias de destino.

Se aplica a