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

PSRecoveryServicesClient.GetAzureSiteRecoveryRecoveryPoint Method

Definition

Overloads

GetAzureSiteRecoveryRecoveryPoint(String, String, String)

Gets the list of recovery points for a replicationProtectedItem.

GetAzureSiteRecoveryRecoveryPoint(String, String, String, String)

Gets recovery point for a replicationProtectedItem and recovery point name.

GetAzureSiteRecoveryRecoveryPoint(String, String, String)

Gets the list of recovery points for a replicationProtectedItem.

public System.Collections.Generic.List<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPoint> GetAzureSiteRecoveryRecoveryPoint (string fabricName, string protectionContainerName, string replicationProtectedItemName);
member this.GetAzureSiteRecoveryRecoveryPoint : string * string * string -> System.Collections.Generic.List<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPoint>
Public Function GetAzureSiteRecoveryRecoveryPoint (fabricName As String, protectionContainerName As String, replicationProtectedItemName As String) As List(Of RecoveryPoint)

Parameters

fabricName
String

Fabric name.

protectionContainerName
String

Protection container name.

replicationProtectedItemName
String

Replication protected item name.

Returns

List of recovery points.

Applies to

GetAzureSiteRecoveryRecoveryPoint(String, String, String, String)

Gets recovery point for a replicationProtectedItem and recovery point name.

public Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPoint GetAzureSiteRecoveryRecoveryPoint (string fabricName, string protectionContainerName, string replicationProtectedItemName, string recoveryPointName);
member this.GetAzureSiteRecoveryRecoveryPoint : string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPoint
Public Function GetAzureSiteRecoveryRecoveryPoint (fabricName As String, protectionContainerName As String, replicationProtectedItemName As String, recoveryPointName As String) As RecoveryPoint

Parameters

fabricName
String

Fabric name.

protectionContainerName
String

Protection container name.

replicationProtectedItemName
String

Replication protected item name.

recoveryPointName
String

Recovery point name.

Returns

Recovery point.

Applies to