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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET