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

PSRecoveryServicesClient.GetAzureSiteRecoveryProtectionContainerMapping Method

Definition

Overloads

GetAzureSiteRecoveryProtectionContainerMapping(String, String)

Gets Azure Site Recovery Protection Container Mapping.

GetAzureSiteRecoveryProtectionContainerMapping(String, String, String)

Gets Azure Site Recovery Protection Container Mapping.

GetAzureSiteRecoveryProtectionContainerMapping(String, String)

Gets Azure Site Recovery Protection Container Mapping.

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

Parameters

fabricName
String

Fabric Name

protectionContainerName
String

Protection Container Name

Returns

Applies to

GetAzureSiteRecoveryProtectionContainerMapping(String, String, String)

Gets Azure Site Recovery Protection Container Mapping.

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

Parameters

fabricName
String

Fabric Name

protectionContainerName
String

Protection Container Name

mappingName
String

Mapping Name

Returns

Applies to