Freigeben über


SqlPoolsOperationsExtensions.Create Methode

Definition

Erstellen eines SQL-Pools

public static Microsoft.Azure.Management.Synapse.Models.SqlPool Create (this Microsoft.Azure.Management.Synapse.ISqlPoolsOperations operations, string resourceGroupName, string workspaceName, string sqlPoolName, Microsoft.Azure.Management.Synapse.Models.SqlPool sqlPoolInfo);
static member Create : Microsoft.Azure.Management.Synapse.ISqlPoolsOperations * string * string * string * Microsoft.Azure.Management.Synapse.Models.SqlPool -> Microsoft.Azure.Management.Synapse.Models.SqlPool
<Extension()>
Public Function Create (operations As ISqlPoolsOperations, resourceGroupName As String, workspaceName As String, sqlPoolName As String, sqlPoolInfo As SqlPool) As 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

Gibt zurück

Hinweise

Erstellen eines SQL-Pools

Gilt für: