AzureToAzureCreateNetworkMappingInput Constructors
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
AzureToAzureCreateNetworkMappingInput() |
Initializes a new instance of the AzureToAzureCreateNetworkMappingInput class. |
AzureToAzureCreateNetworkMappingInput(String) |
Initializes a new instance of the AzureToAzureCreateNetworkMappingInput class. |
AzureToAzureCreateNetworkMappingInput()
Initializes a new instance of the AzureToAzureCreateNetworkMappingInput class.
public AzureToAzureCreateNetworkMappingInput ();
Public Sub New ()
Applies to
AzureToAzureCreateNetworkMappingInput(String)
Initializes a new instance of the AzureToAzureCreateNetworkMappingInput class.
public AzureToAzureCreateNetworkMappingInput (string primaryNetworkId);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.AzureToAzureCreateNetworkMappingInput : string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.AzureToAzureCreateNetworkMappingInput
Public Sub New (primaryNetworkId As String)
Parameters
- primaryNetworkId
- String
The primary azure vnet Id.