Share via


RestorePointCollectionsOperationsExtensions.ListAllAsync 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 System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.RestorePointCollection>> ListAllAsync (this Microsoft.Azure.Management.Compute.IRestorePointCollectionsOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListAllAsync : Microsoft.Azure.Management.Compute.IRestorePointCollectionsOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.RestorePointCollection>>
<Extension()>
Public Function ListAllAsync (operations As IRestorePointCollectionsOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of RestorePointCollection))

Parameters

operations
IRestorePointCollectionsOperations

The operations group for this extension method.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to