Partager via


HDInsightClusterPoolCollection.CreateOrUpdateAsync Méthode

Définition

Crée ou met à jour un pool de clusters.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusterpools/{clusterPoolName}
  • IdClusterPools_CreateOrUpdate d’opération
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HDInsight.Containers.HDInsightClusterPoolResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string clusterPoolName, Azure.ResourceManager.HDInsight.Containers.HDInsightClusterPoolData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.HDInsight.Containers.HDInsightClusterPoolData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HDInsight.Containers.HDInsightClusterPoolResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.HDInsight.Containers.HDInsightClusterPoolData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HDInsight.Containers.HDInsightClusterPoolResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, clusterPoolName As String, data As HDInsightClusterPoolData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of HDInsightClusterPoolResource))

Paramètres

waitUntil
WaitUntil

Completed si la méthode doit attendre pour retourner jusqu’à ce que l’opération de longue durée soit terminée sur le service ; Started si elle doit être retournée après le démarrage de l’opération. Pour plus d’informations sur les opérations de longue durée, consultez Exemples d’opérations de Long-Running Azure.Core.

clusterPoolName
String

Nom du pool de clusters.

data
HDInsightClusterPoolData

Pool de clusters à créer.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

clusterPoolName est une chaîne vide et devait être non vide.

clusterPoolName ou data est null.

S’applique à