SynapseAnalyticsManagementClient.CreateSqlPool Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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