RecoveryPointsRecommendedForMoveOperationsExtensions.ListAsync Method

Definition

Lists the recovery points recommended for move to another tier

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointResource>> ListAsync (this Microsoft.Azure.Management.RecoveryServices.Backup.IRecoveryPointsRecommendedForMoveOperations operations, string vaultName, string resourceGroupName, string fabricName, string containerName, string protectedItemName, Microsoft.Azure.Management.RecoveryServices.Backup.Models.ListRecoveryPointsRecommendedForMoveRequest parameters, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.RecoveryServices.Backup.IRecoveryPointsRecommendedForMoveOperations * string * string * string * string * string * Microsoft.Azure.Management.RecoveryServices.Backup.Models.ListRecoveryPointsRecommendedForMoveRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointResource>>
<Extension()>
Public Function ListAsync (operations As IRecoveryPointsRecommendedForMoveOperations, vaultName As String, resourceGroupName As String, fabricName As String, containerName As String, protectedItemName As String, parameters As ListRecoveryPointsRecommendedForMoveRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of RecoveryPointResource))

Parameters

operations
IRecoveryPointsRecommendedForMoveOperations

The operations group for this extension method.

vaultName
String

The name of the recovery services vault.

resourceGroupName
String

The name of the resource group where the recovery services vault is present.

fabricName
String
containerName
String
protectedItemName
String
parameters
ListRecoveryPointsRecommendedForMoveRequest

List Recovery points Recommended for Move Request

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to