你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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