次の方法で共有


RecoveryPointsRecommendedForMoveOperationsExtensions.ListNext メソッド

定義

別の層への移行に推奨される復旧ポイントを一覧表示します

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

パラメーター

operations
IRecoveryPointsRecommendedForMoveOperations

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

nextPageLink
String

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

戻り値

適用対象