SynapseBigDataPoolInfoCollection.CreateOrUpdateAsync 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.
Créez un pool Big Data.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/bigDataPools/{bigDataPoolName}
- IdBigDataPools_CreateOrUpdate d’opération
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Synapse.SynapseBigDataPoolInfoResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string bigDataPoolName, Azure.ResourceManager.Synapse.SynapseBigDataPoolInfoData info, bool? force = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Synapse.SynapseBigDataPoolInfoData * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Synapse.SynapseBigDataPoolInfoResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Synapse.SynapseBigDataPoolInfoData * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Synapse.SynapseBigDataPoolInfoResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, bigDataPoolName As String, info As SynapseBigDataPoolInfoData, Optional force As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of SynapseBigDataPoolInfoResource))
Paramètres
- waitUntil
- WaitUntil
Completed si la méthode doit attendre la fin de l’opération de longue durée sur le service ; Started s’il doit retourner 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 Azure.Core Long-Running.
- bigDataPoolName
- String
Nom du pool Big Data.
Pool Big Data à créer.
Indique s’il faut arrêter les travaux en cours d’exécution dans le pool Big Data.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
bigDataPoolName
est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.
bigDataPoolName
ou info
est null.
S’applique à
Azure SDK for .NET