Share via


INewRecoveryVirtualNetwork Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.NewRecoveryVirtualNetworkTypeConverter))]
public interface INewRecoveryVirtualNetwork : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IRecoveryVirtualNetworkCustomDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.NewRecoveryVirtualNetworkTypeConverter))>]
type INewRecoveryVirtualNetwork = interface
    interface IJsonSerializable
    interface IRecoveryVirtualNetworkCustomDetails
Public Interface INewRecoveryVirtualNetwork
Implements IRecoveryVirtualNetworkCustomDetails
Derived
Attributes
Implements

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.

ResourceType

The class type.

(Inherited from IRecoveryVirtualNetworkCustomDetails)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to