NewRecoveryVirtualNetwork Class
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.
Recovery virtual network input to create new virtual network from given source network.
[Newtonsoft.Json.JsonObject("New")]
public class NewRecoveryVirtualNetwork : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryVirtualNetworkCustomDetails
[<Newtonsoft.Json.JsonObject("New")>]
type NewRecoveryVirtualNetwork = class
inherit RecoveryVirtualNetworkCustomDetails
Public Class NewRecoveryVirtualNetwork
Inherits RecoveryVirtualNetworkCustomDetails
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
NewRecoveryVirtualNetwork() |
Initializes a new instance of the NewRecoveryVirtualNetwork class. |
NewRecoveryVirtualNetwork(String, String) |
Initializes a new instance of the NewRecoveryVirtualNetwork class. |
Properties
RecoveryVirtualNetworkName |
Gets or sets the recovery virtual network name. |
RecoveryVirtualNetworkResourceGroupName |
Gets or sets 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. |