Delen via


NewRecoveryVirtualNetwork Class

Definition

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

Applies to