次の方法で共有


RecoveryPointsOperationsExtensions.ListNext メソッド

定義

バックアップされた項目のバックアップ コピーを一覧表示します。

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

パラメーター

operations
IRecoveryPointsOperations

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

nextPageLink
String

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

戻り値

適用対象