PSRecoveryServicesClient.GetAzureSiteRecoveryNetworkMappings Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| GetAzureSiteRecoveryNetworkMappings(String, String) | |
| GetAzureSiteRecoveryNetworkMappings(String, String, String) | |
| GetAzureSiteRecoveryNetworkMappings() |
GetAzureSiteRecoveryNetworkMappings(String, String)
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
- List<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.NetworkMapping>
Applies to
GetAzureSiteRecoveryNetworkMappings(String, String, String)
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
- Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.NetworkMapping
Applies to
GetAzureSiteRecoveryNetworkMappings()
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
- List<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.NetworkMapping>