PSRecoveryServicesClient.GetAzureSiteRecoveryReplicationProtectedItem 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
GetAzureSiteRecoveryReplicationProtectedItem(String, String) |
Retrieves Replicated Protected Item. |
GetAzureSiteRecoveryReplicationProtectedItem(String, String, String) |
Retrieves Replicated Protected Item. |
GetAzureSiteRecoveryReplicationProtectedItem(String, String)
Retrieves Replicated Protected Item.
public System.Collections.Generic.List<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ReplicationProtectedItem> GetAzureSiteRecoveryReplicationProtectedItem (string fabricName, string protectionContainerName);
member this.GetAzureSiteRecoveryReplicationProtectedItem : string * string -> System.Collections.Generic.List<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ReplicationProtectedItem>
Public Function GetAzureSiteRecoveryReplicationProtectedItem (fabricName As String, protectionContainerName As String) As List(Of ReplicationProtectedItem)
Parameters
- fabricName
- String
Fabric Name
- protectionContainerName
- String
Protection Container Name
Returns
Protection entity list response
Applies to
GetAzureSiteRecoveryReplicationProtectedItem(String, String, String)
Retrieves Replicated Protected Item.
public Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ReplicationProtectedItem GetAzureSiteRecoveryReplicationProtectedItem (string fabricName, string protectionContainerName, string replicatedProtectedItemName);
member this.GetAzureSiteRecoveryReplicationProtectedItem : string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ReplicationProtectedItem
Public Function GetAzureSiteRecoveryReplicationProtectedItem (fabricName As String, protectionContainerName As String, replicatedProtectedItemName As String) As ReplicationProtectedItem
Parameters
- fabricName
- String
Fabric Name
- protectionContainerName
- String
Protection Container Name
- replicatedProtectedItemName
- String
Virtual Machine Name
Returns
Replicated Protected Item response