Dela via


RestorePointCollectionsOperationsExtensions.ListNext Method

Definition

Gets the list of restore point collections in a resource group.

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

Parameters

operations
IRestorePointCollectionsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to