你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SqlPoolsOperationsExtensions.Create 方法

定义

创建 SQL 池

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

参数

operations
ISqlPoolsOperations

此扩展方法的操作组。

resourceGroupName
String

资源组的名称。 此名称不区分大小写。

workspaceName
String

工作区的名称

sqlPoolName
String

SQL 池名称

sqlPoolInfo
SqlPool

要创建的 SQL 池

返回

注解

创建 SQL 池

适用于