NewRecoveryVirtualNetwork 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
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.