Megosztás a következőn keresztül:


ServiceClientAdapter.GetMoveRecommendedRecoveryPoints Method

Definition

Lists recovery points recommended for Archive move

public System.Collections.Generic.List<Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointResource> GetMoveRecommendedRecoveryPoints (string containerName, string protectedItemName, Microsoft.Azure.Management.RecoveryServices.Backup.Models.ListRecoveryPointsRecommendedForMoveRequest moveRequest, string vaultName = default, string resourceGroupName = default);
member this.GetMoveRecommendedRecoveryPoints : string * string * Microsoft.Azure.Management.RecoveryServices.Backup.Models.ListRecoveryPointsRecommendedForMoveRequest * string * string -> System.Collections.Generic.List<Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointResource>
Public Function GetMoveRecommendedRecoveryPoints (containerName As String, protectedItemName As String, moveRequest As ListRecoveryPointsRecommendedForMoveRequest, Optional vaultName As String = Nothing, Optional resourceGroupName As String = Nothing) As List(Of RecoveryPointResource)

Parameters

containerName
String

Name of the container which the item belongs to

protectedItemName
String

Name of the item

moveRequest
ListRecoveryPointsRecommendedForMoveRequest

List Recovery points Recommended for Move Request

vaultName
String
resourceGroupName
String

Returns

List of recovery points

Applies to