次の方法で共有


SqlPoolUsagesOperationsExtensions.List メソッド

定義

SQL プールの使用状況を取得します

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Synapse.Models.SqlPoolUsage> List (this Microsoft.Azure.Management.Synapse.ISqlPoolUsagesOperations operations, string resourceGroupName, string workspaceName, string sqlPoolName);
static member List : Microsoft.Azure.Management.Synapse.ISqlPoolUsagesOperations * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Synapse.Models.SqlPoolUsage>
<Extension()>
Public Function List (operations As ISqlPoolUsagesOperations, resourceGroupName As String, workspaceName As String, sqlPoolName As String) As IPage(Of SqlPoolUsage)

パラメーター

operations
ISqlPoolUsagesOperations

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

resourceGroupName
String

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

workspaceName
String

ワークスペースの名前

sqlPoolName
String

SQL プール名

戻り値

注釈

SQL プールの使用状況を取得します。

適用対象