Condividi tramite


SynapseAnalyticsManagementClient.CreateSqlPool Method

Definition

public Microsoft.Azure.Management.Synapse.Models.SqlPool CreateSqlPool (string resourceGroupName, string workspaceName, string sqlPoolName, Microsoft.Azure.Management.Synapse.Models.SqlPool createOrUpdateParams);
member this.CreateSqlPool : string * string * string * Microsoft.Azure.Management.Synapse.Models.SqlPool -> Microsoft.Azure.Management.Synapse.Models.SqlPool
Public Function CreateSqlPool (resourceGroupName As String, workspaceName As String, sqlPoolName As String, createOrUpdateParams As SqlPool) As SqlPool

Parameters

resourceGroupName
String
workspaceName
String
sqlPoolName
String
createOrUpdateParams
SqlPool

Returns

Applies to