次の方法で共有


SqlPoolOperationsExtensions.ListNext(ISqlPoolOperations, String) メソッド

定義

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

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

パラメーター

operations
ISqlPoolOperations

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

nextPageLink
String

List 操作の前の正常な呼び出しからの NextLink。

戻り値

注釈

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

適用対象