ClustersOperationsExtensions.BeginResizingAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Commence le redimensionnement du cluster HDInsight spécifié.
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
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.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Réponse de l’opération de longue durée du cluster.
S’applique à
Azure SDK for .NET