Share via


SqlPoolsOperationsExtensions.CreateAsync Methode

Definition

Erstellen eines SQL-Pools

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Synapse.Models.SqlPool> CreateAsync (this Microsoft.Azure.Management.Synapse.ISqlPoolsOperations operations, string resourceGroupName, string workspaceName, string sqlPoolName, Microsoft.Azure.Management.Synapse.Models.SqlPool sqlPoolInfo, System.Threading.CancellationToken cancellationToken = default);
static member CreateAsync : Microsoft.Azure.Management.Synapse.ISqlPoolsOperations * string * string * string * Microsoft.Azure.Management.Synapse.Models.SqlPool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Synapse.Models.SqlPool>
<Extension()>
Public Function CreateAsync (operations As ISqlPoolsOperations, resourceGroupName As String, workspaceName As String, sqlPoolName As String, sqlPoolInfo As SqlPool, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SqlPool)

Parameter

operations
ISqlPoolsOperations

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.

sqlPoolName
String

Name des SQL-Pools

sqlPoolInfo
SqlPool

Der zu erstellende SQL-Pool

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Erstellen eines SQL-Pools

Gilt für: