Package version:

Recovery virtual network input to create new virtual network from given source network.

interface NewRecoveryVirtualNetwork {
    recoveryVirtualNetworkName?: string;
    recoveryVirtualNetworkResourceGroupName?: string;
    resourceType: "New";
}

Hierarchy (view full)

Properties

recoveryVirtualNetworkName?: string

The recovery virtual network name.

recoveryVirtualNetworkResourceGroupName?: string

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

Polymorphic discriminator, which specifies the different types this object can be