Share via


RestorePointCollectionsOperationsExtensions.ListAllNext Method

Definition

Gets the list of restore point collections in the subscription. Use nextLink property in the response to get the next page of restore point collections. Do this till nextLink is not null to fetch all the restore point collections.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.RestorePointCollection> ListAllNext (this Microsoft.Azure.Management.Compute.IRestorePointCollectionsOperations operations, string nextPageLink);
static member ListAllNext : Microsoft.Azure.Management.Compute.IRestorePointCollectionsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.RestorePointCollection>
<Extension()>
Public Function ListAllNext (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