PSRecoveryServicesClient.GetAzureSiteRecoveryRecoveryPoint 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.
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.