Package version:

Hyper-V Managed disk details.

interface HyperVReplicaAzureManagedDiskDetails {
    diskEncryptionSetId?: string;
    diskId?: string;
    replicaDiskType?: string;
    sectorSizeInBytes?: number;
    seedManagedDiskId?: string;
    targetDiskAccountType?: string;
}

Properties

diskEncryptionSetId?: string

The disk encryption set ARM Id.

diskId?: string

The disk Id.

replicaDiskType?: string

The replica disk type.

sectorSizeInBytes?: number

The logical sector size (in bytes), 512 by default.

seedManagedDiskId?: string

Seed managed disk Id.

targetDiskAccountType?: string

The disk type.