次の方法で共有


BackupProtectableItemsOperationsExtensions.ListNext メソッド

定義

クエリ フィルターと改ページパラメーターに従って、サブスクリプション内の保護可能なオブジェクトのページング可能な一覧を提供します。

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

パラメーター

operations
IBackupProtectableItemsOperations

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

nextPageLink
String

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

戻り値

適用対象