Package version:

Disk details for E2A provider.

interface AzureVmDiskDetails {
    customTargetDiskName?: string;
    diskEncryptionSetId?: string;
    diskId?: string;
    lunId?: string;
    maxSizeMB?: string;
    targetDiskLocation?: string;
    targetDiskName?: string;
    vhdId?: string;
    vhdName?: string;
    vhdType?: string;
}

Properties

customTargetDiskName?: string

The custom target Azure disk name.

diskEncryptionSetId?: string

The DiskEncryptionSet ARM ID.

diskId?: string

The disk resource id.

lunId?: string

Ordinal\LunId of the disk for the Azure VM.

maxSizeMB?: string

Max side in MB.

targetDiskLocation?: string

Blob uri of the Azure disk.

targetDiskName?: string

The target Azure disk name.

vhdId?: string

The VHD id.

vhdName?: string

VHD name.

vhdType?: string

VHD type.