BigDataPoolsOperationsExtensions.CreateOrUpdateAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erstellen Sie einen Big Data-Pool.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Synapse.Models.BigDataPoolResourceInfo> CreateOrUpdateAsync (this Microsoft.Azure.Management.Synapse.IBigDataPoolsOperations operations, string resourceGroupName, string workspaceName, string bigDataPoolName, Microsoft.Azure.Management.Synapse.Models.BigDataPoolResourceInfo bigDataPoolInfo, bool? force = False, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Synapse.IBigDataPoolsOperations * string * string * string * Microsoft.Azure.Management.Synapse.Models.BigDataPoolResourceInfo * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Synapse.Models.BigDataPoolResourceInfo>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IBigDataPoolsOperations, resourceGroupName As String, workspaceName As String, bigDataPoolName As String, bigDataPoolInfo As BigDataPoolResourceInfo, Optional force As Nullable(Of Boolean) = False, Optional cancellationToken As CancellationToken = Nothing) As Task(Of BigDataPoolResourceInfo)
Parameter
- operations
- IBigDataPoolsOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.
- workspaceName
- String
Den Namen des Arbeitsbereichs.
- bigDataPoolName
- String
Name des Big Data-Pools
- bigDataPoolInfo
- BigDataPoolResourceInfo
Der zu erstellende Big Data-Pool.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Hinweise
Erstellen Sie einen neuen Big Data-Pool.
Gilt für:
Azure SDK for .NET