SqlPoolRestorePointsOperationsExtensions.ListNext メソッド

定義

SQL プールのバックアップを取得する

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

パラメーター

operations
ISqlPoolRestorePointsOperations

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

nextPageLink
String

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

戻り値

注釈

SQL プールのバックアップ情報を取得する

適用対象