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

ServiceClientAdapter.GetRecoveryPointDetailsFromSecondaryRegion Method

Definition

Gets detail about the recovery point from Secondary region for CRR

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

Parameters

containerName
String

Name of the container which the item belongs to

protectedItemName
String

Name of the item

recoveryPointId
String

ID of the recovery point

vaultName
String
resourceGroupName
String

Returns

Recovery point response returned by the service

Applies to