Share via


NewRecoveryVirtualNetwork Constructors

Definition

Overloads

NewRecoveryVirtualNetwork()

Initializes a new instance of the NewRecoveryVirtualNetwork class.

NewRecoveryVirtualNetwork(String, String)

Initializes a new instance of the NewRecoveryVirtualNetwork class.

NewRecoveryVirtualNetwork()

Initializes a new instance of the NewRecoveryVirtualNetwork class.

public NewRecoveryVirtualNetwork ();
Public Sub New ()

Applies to

NewRecoveryVirtualNetwork(String, String)

Initializes a new instance of the NewRecoveryVirtualNetwork class.

public NewRecoveryVirtualNetwork (string recoveryVirtualNetworkResourceGroupName = default, string recoveryVirtualNetworkName = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.NewRecoveryVirtualNetwork : string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.NewRecoveryVirtualNetwork
Public Sub New (Optional recoveryVirtualNetworkResourceGroupName As String = Nothing, Optional recoveryVirtualNetworkName As String = Nothing)

Parameters

recoveryVirtualNetworkResourceGroupName
String

The name of the resource group to be used to create the recovery virtual network. If absent, target network would be created in the same resource group as target VM.

recoveryVirtualNetworkName
String

The recovery virtual network name.

Applies to