次の方法で共有


SqlPoolOperationsExtensions.List メソッド

定義

SQL プールで実行された操作の一覧を取得します

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

パラメーター

operations
ISqlPoolOperations

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

resourceGroupName
String

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

workspaceName
String

ワークスペースの名前

sqlPoolName
String

SQL プール名

戻り値

注釈

SQL プールで実行された操作の一覧を取得します。

適用対象