Compartir a través de


ClustersOperationsExtensions.BeginResizingAsync Método

Definición

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

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

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.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Respuesta de la operación de larga duración del clúster.

Se aplica a