Delen via


PSRecoveryServicesClient.GetAzureSiteRecoveryProtectableItem Method

Definition

Overloads

GetAzureSiteRecoveryProtectableItem(String, String)

Retrieves Protectable Items.

GetAzureSiteRecoveryProtectableItem(String, String, String)

Retrieves Protectable Item.

GetAzureSiteRecoveryProtectableItem(String, String)

Retrieves Protectable Items.

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

Parameters

fabricName
String

Fabric Name.

protectionContainerName
String

Protection Container Name.

Returns

Protection entity list response

Applies to

GetAzureSiteRecoveryProtectableItem(String, String, String)

Retrieves Protectable Item.

public Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ProtectableItem GetAzureSiteRecoveryProtectableItem (string fabricName, string protectionContainerName, string replicatedProtectedItemName);
member this.GetAzureSiteRecoveryProtectableItem : string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ProtectableItem
Public Function GetAzureSiteRecoveryProtectableItem (fabricName As String, protectionContainerName As String, replicatedProtectedItemName As String) As ProtectableItem

Parameters

fabricName
String

Fabric Name.

protectionContainerName
String

Protection Container Name

replicatedProtectedItemName
String

Virtual Machine Name

Returns

Replicated Protected Item response

Applies to