Package version:

Azure specific reprotect input.

interface HyperVReplicaAzureReprotectInput {
    hvHostVmId?: string;
    instanceType: "HyperVReplicaAzure";
    logStorageAccountId?: string;
    osType?: string;
    storageAccountId?: string;
    vHDId?: string;
    vmName?: string;
}

Hierarchy (view full)

Properties

hvHostVmId?: string

The Hyper-V host Vm Id.

instanceType

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

logStorageAccountId?: string

The storage account to be used for logging during replication.

osType?: string

The OS type associated with vm.

storageAccountId?: string

The storage account name.

vHDId?: string

The OS disk VHD id associated with vm.

vmName?: string

The Vm Name.