ClustersOperationsExtensions.ResizeAsync 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.
Surcharges
ResizeAsync(IClustersOperations, String, String, ClusterResizeParameters, CancellationToken) |
Redimensionne le cluster HDInsight spécifié à la taille spécifiée. |
ResizeAsync(IClustersOperations, String, String, Int32, CancellationToken) |
Redimensionne le cluster HDInsight spécifié. |
ResizeAsync(IClustersOperations, String, String, ClusterResizeParameters, CancellationToken)
Redimensionne le cluster HDInsight spécifié à la taille spécifiée.
public static System.Threading.Tasks.Task ResizeAsync (this Microsoft.Azure.Management.HDInsight.IClustersOperations operations, string resourceGroupName, string clusterName, Microsoft.Azure.Management.HDInsight.Models.ClusterResizeParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member ResizeAsync : Microsoft.Azure.Management.HDInsight.IClustersOperations * string * string * Microsoft.Azure.Management.HDInsight.Models.ClusterResizeParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function ResizeAsync (operations As IClustersOperations, resourceGroupName As String, clusterName As String, parameters As ClusterResizeParameters, Optional cancellationToken As CancellationToken = Nothing) As Task
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.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
ResizeAsync(IClustersOperations, String, String, Int32, CancellationToken)
Redimensionne le cluster HDInsight spécifié.
public static System.Threading.Tasks.Task ResizeAsync (this Microsoft.Azure.Management.HDInsight.IClustersOperations operations, string resourceGroupName, string clusterName, int targetInstanceCount, System.Threading.CancellationToken cancellationToken = default);
static member ResizeAsync : Microsoft.Azure.Management.HDInsight.IClustersOperations * string * string * int * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function ResizeAsync (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