Share via


PSRecoveryServicesClient.GetAzureSiteRecoveryReplicationProtectedItemInRP Method

Definition

Retrieves Protected Items.

public System.Collections.Generic.List<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ReplicationProtectedItem> GetAzureSiteRecoveryReplicationProtectedItemInRP (string recoveryPlanName);
member this.GetAzureSiteRecoveryReplicationProtectedItemInRP : string -> System.Collections.Generic.List<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ReplicationProtectedItem>
Public Function GetAzureSiteRecoveryReplicationProtectedItemInRP (recoveryPlanName As String) As List(Of ReplicationProtectedItem)

Parameters

recoveryPlanName
String

Recovery Plan Name

Returns

Protection entity list response

Applies to