PSRecoveryServicesClient.UpdateAzureSiteRecoveryNetworkMapping 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.
Updates an existing Azure Site Recovery Network mapping.
public Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSSiteRecoveryLongRunningOperation UpdateAzureSiteRecoveryNetworkMapping (string primaryFabricName, string primaryNetworkName, string mappingName, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.UpdateNetworkMappingInput input);
member this.UpdateAzureSiteRecoveryNetworkMapping : string * string * string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.UpdateNetworkMappingInput -> Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSSiteRecoveryLongRunningOperation
Public Function UpdateAzureSiteRecoveryNetworkMapping (primaryFabricName As String, primaryNetworkName As String, mappingName As String, input As UpdateNetworkMappingInput) 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.