次の方法で共有


SqlPoolsOperationsExtensions.Get メソッド

定義

SQL プールを取得する

public static Microsoft.Azure.Management.Synapse.Models.SqlPool Get (this Microsoft.Azure.Management.Synapse.ISqlPoolsOperations operations, string resourceGroupName, string workspaceName, string sqlPoolName);
static member Get : Microsoft.Azure.Management.Synapse.ISqlPoolsOperations * string * string * string -> Microsoft.Azure.Management.Synapse.Models.SqlPool
<Extension()>
Public Function Get (operations As ISqlPoolsOperations, resourceGroupName As String, workspaceName As String, sqlPoolName As String) As SqlPool

パラメーター

operations
ISqlPoolsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

workspaceName
String

ワークスペースの名前

sqlPoolName
String

SQL プール名

戻り値

注釈

SQL プールのプロパティを取得する

適用対象