Share via


RestorePointCollectionsOperationsExtensions.ListAll 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> ListAll (this Microsoft.Azure.Management.Compute.IRestorePointCollectionsOperations operations);
static member ListAll : Microsoft.Azure.Management.Compute.IRestorePointCollectionsOperations -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.RestorePointCollection>
<Extension()>
Public Function ListAll (operations As IRestorePointCollectionsOperations) As IPage(Of RestorePointCollection)

Parameters

operations
IRestorePointCollectionsOperations

The operations group for this extension method.

Returns

Applies to