Package version:

Interface GalleryOSDiskImage

This is the OS disk image.

interface GalleryOSDiskImage {
    hostCaching?: HostCaching;
    sizeInGB?: number;
    source?: GalleryDiskImageSource;
}

Hierarchy (view full)

Properties

hostCaching?: HostCaching

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

sizeInGB?: 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.

The source for the disk image.