ServiceClientAdapter.GetMoveRecommendedRecoveryPoints Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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