Delen via


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