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.
public class NewRecoveryVirtualNetwork : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RecoveryVirtualNetworkCustomDetails, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.NewRecoveryVirtualNetwork>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.NewRecoveryVirtualNetwork>
type NewRecoveryVirtualNetwork = class
inherit RecoveryVirtualNetworkCustomDetails
interface IJsonModel<NewRecoveryVirtualNetwork>
interface IPersistableModel<NewRecoveryVirtualNetwork>
Public Class NewRecoveryVirtualNetwork
Inherits RecoveryVirtualNetworkCustomDetails
Implements IJsonModel(Of NewRecoveryVirtualNetwork), IPersistableModel(Of NewRecoveryVirtualNetwork)
- Inheritance
- Implements
Constructors
NewRecoveryVirtualNetwork() |
Initializes a new instance of NewRecoveryVirtualNetwork. |
Properties
RecoveryVirtualNetworkName |
The recovery virtual network name. |
RecoveryVirtualNetworkResourceGroupName |
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. |
Explicit Interface Implementations
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET