次の方法で共有


RestorePointsOperationsExtensions.ListByDatabaseNext メソッド

定義

データベース復元ポイントの一覧を取得します。

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

パラメーター

operations
IRestorePointsOperations

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

nextPageLink
String

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

戻り値

適用対象