Delen via


AzureToAzureCreateNetworkMappingInput Constructors

Definition

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.

Applies to