SqlPoolsOperationsExtensions.ListByWorkspaceNext メソッド

定義

SQL プールを一覧表示する

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

パラメーター

operations
ISqlPoolsOperations

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

nextPageLink
String

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

戻り値

注釈

すべての SQL プールを一覧表示する

適用対象