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

PSRecoveryServicesClient.NewAzureSiteRecoveryNetworkMapping Method

Definition

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
CreateNetworkMappingInput

Input data to be passed as request body.

Returns

Long running operation response

Applies to