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