Package version:

Disk input details.

interface HyperVReplicaAzureDiskInputDetails {
    diskEncryptionSetId?: string;
    diskId?: string;
    diskType?: string;
    logStorageAccountId?: string;
    sectorSizeInBytes?: number;
}

Properties

diskEncryptionSetId?: string

The DiskEncryptionSet ARM ID.

diskId?: string

The DiskId.

diskType?: string

The disk type.

logStorageAccountId?: string

The LogStorageAccountId.

sectorSizeInBytes?: number

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