SqlPoolSchemasOperationsExtensions.ListNext メソッド

定義

特定の SQL プールのスキーマを取得します

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

パラメーター

operations
ISqlPoolSchemasOperations

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

nextPageLink
String

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

戻り値

注釈

特定の SQL プールのスキーマを取得します。

適用対象