次の方法で共有


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 プールを作成する

適用対象