Package version:

Onprem disk details data.

interface DiskDetails {
    maxSizeMB?: number;
    vhdId?: string;
    vhdName?: string;
    vhdType?: string;
}

Properties

maxSizeMB?: number

The hard disk max size in MB.

vhdId?: string

The VHD Id.

vhdName?: string

The VHD name.

vhdType?: string

The type of the volume.