Package version:

Interface SharedGalleryDiskImage

This is the disk image base class.

interface SharedGalleryDiskImage {
    diskSizeGB?: number;
    hostCaching?: string;
}

Hierarchy (view full)

Properties

diskSizeGB?: number

This property indicates the size of the VHD to be created. NOTE: This property will not be serialized. It can only be populated by the server.

hostCaching?: string

The host caching of the disk. Valid values are 'None', 'ReadOnly', and 'ReadWrite'