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

ServiceClientAdapter.GetRecoveryPointDetails Method

Definition

Overloads

GetRecoveryPointDetails(String, String, String)
GetRecoveryPointDetails(String, String, String, String, String)

Gets detail about the recovery point identified by the input parameters

GetRecoveryPointDetails(String, String, String)

public Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointResource GetRecoveryPointDetails (string containerName, string protectedItemName, string recoveryPointId);
member this.GetRecoveryPointDetails : string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointResource
Public Function GetRecoveryPointDetails (containerName As String, protectedItemName As String, recoveryPointId As String) As RecoveryPointResource

Parameters

containerName
String
protectedItemName
String
recoveryPointId
String

Returns

Applies to

GetRecoveryPointDetails(String, String, String, String, String)

Gets detail about the recovery point identified by the input parameters

public Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointResource GetRecoveryPointDetails (string containerName, string protectedItemName, string recoveryPointId, string vaultName = default, string resourceGroupName = default);
member this.GetRecoveryPointDetails : string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointResource
Public Function GetRecoveryPointDetails (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