PSRecoveryServicesClient.NewAzureSiteRecoveryNetworkMapping 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.
Creates a new Azure Site Recovery Network mapping.
public Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSSiteRecoveryLongRunningOperation NewAzureSiteRecoveryNetworkMapping (string primaryFabricName, string primaryNetworkName, string mappingName, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CreateNetworkMappingInput input);
member this.NewAzureSiteRecoveryNetworkMapping : string * string * string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CreateNetworkMappingInput -> Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSSiteRecoveryLongRunningOperation
Public Function NewAzureSiteRecoveryNetworkMapping (primaryFabricName As String, primaryNetworkName As String, mappingName As String, input As CreateNetworkMappingInput) As PSSiteRecoveryLongRunningOperation
Parameters
- primaryFabricName
- String
Primary fabric name
- primaryNetworkName
- String
Primary network name
- mappingName
- String
Mapping name
Input data to be passed as request body.
Returns
Long running operation response