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