Share via


SharedGalleryOSDiskImageOutput interface

This is the OS disk image.

Extends

Inherited Properties

diskSizeGB

This property indicates the size of the VHD to be created.

hostCaching

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

Inherited Property Details

diskSizeGB

This property indicates the size of the VHD to be created.

diskSizeGB?: number

Property Value

number

Inherited From SharedGalleryDiskImageOutput.diskSizeGB

hostCaching

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

hostCaching?: "None" | "ReadOnly" | "ReadWrite"

Property Value

"None" | "ReadOnly" | "ReadWrite"

Inherited From SharedGalleryDiskImageOutput.hostCaching