你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ServiceClientAdapter.MoveRecoveryPoint Method

Definition

Lists recovery points recommended for Archive move

public Microsoft.Rest.Azure.AzureOperationResponse MoveRecoveryPoint (string containerName, string protectedItemName, Microsoft.Azure.Management.RecoveryServices.Backup.Models.MoveRPAcrossTiersRequest moveRPAcrossTiersRequest, string recoveryPointId, string vaultName = default, string resourceGroupName = default);
member this.MoveRecoveryPoint : string * string * Microsoft.Azure.Management.RecoveryServices.Backup.Models.MoveRPAcrossTiersRequest * string * string * string -> Microsoft.Rest.Azure.AzureOperationResponse
Public Function MoveRecoveryPoint (containerName As String, protectedItemName As String, moveRPAcrossTiersRequest As MoveRPAcrossTiersRequest, recoveryPointId As String, Optional vaultName As String = Nothing, Optional resourceGroupName As String = Nothing) As AzureOperationResponse

Parameters

containerName
String

Name of the container which the item belongs to

protectedItemName
String

Name of the item

moveRPAcrossTiersRequest
MoveRPAcrossTiersRequest

Move Resource Across Tiers Request

recoveryPointId
String
vaultName
String
resourceGroupName
String

Returns

List of recovery points

Applies to