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

PSRecoveryServicesClient.GetAzureSiteRecoveryNetworkMappings Method

Definition

Overloads

GetAzureSiteRecoveryNetworkMappings(String, String, String)

Get Azure Site Recovery Network mappings.

GetAzureSiteRecoveryNetworkMappings(String, String)

List Azure Site Recovery Network mappings by network.

GetAzureSiteRecoveryNetworkMappings()

Gets all Azure Site Recovery Network mappings.

GetAzureSiteRecoveryNetworkMappings(String, String, String)

Get Azure Site Recovery Network mappings.

public Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.NetworkMapping GetAzureSiteRecoveryNetworkMappings (string fabricName, string primaryNetworkName, string networkMappingName);
member this.GetAzureSiteRecoveryNetworkMappings : string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.NetworkMapping
Public Function GetAzureSiteRecoveryNetworkMappings (fabricName As String, primaryNetworkName As String, networkMappingName As String) As NetworkMapping

Parameters

fabricName
String
primaryNetworkName
String
networkMappingName
String

Returns

Network mappings response

Applies to

GetAzureSiteRecoveryNetworkMappings(String, String)

List Azure Site Recovery Network mappings by network.

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

Parameters

fabricName
String
primaryNetworkName
String

Returns

Network mappings list response

Applies to

GetAzureSiteRecoveryNetworkMappings()

Gets all Azure Site Recovery Network mappings.

public System.Collections.Generic.List<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.NetworkMapping> GetAzureSiteRecoveryNetworkMappings ();
member this.GetAzureSiteRecoveryNetworkMappings : unit -> System.Collections.Generic.List<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.NetworkMapping>
Public Function GetAzureSiteRecoveryNetworkMappings () As List(Of NetworkMapping)

Returns

Network mappings list response

Applies to