SqlPoolsOperationsExtensions.BeginCreate メソッド

定義

SQL プールを作成する

public static Microsoft.Azure.Management.Synapse.Models.SqlPool BeginCreate (this Microsoft.Azure.Management.Synapse.ISqlPoolsOperations operations, string resourceGroupName, string workspaceName, string sqlPoolName, Microsoft.Azure.Management.Synapse.Models.SqlPool sqlPoolInfo);
static member BeginCreate : Microsoft.Azure.Management.Synapse.ISqlPoolsOperations * string * string * string * Microsoft.Azure.Management.Synapse.Models.SqlPool -> Microsoft.Azure.Management.Synapse.Models.SqlPool
<Extension()>
Public Function BeginCreate (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 プールを作成する

適用対象