Sdílet prostřednictvím


BackupProtectionIntentOperationsExtensions.ListNext Method

Definition

Provides a pageable list of all intents that are present within a vault.

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

Parameters

operations
IBackupProtectionIntentOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to