Delen via


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