GalleryOSDiskImageOutput interface
This is the OS disk image.
- Extends
Inherited Properties
| host |
The host caching of the disk. Valid values are 'None', 'ReadOnly', and 'ReadWrite' |
| size |
This property indicates the size of the VHD to be created. |
| source | The gallery artifact version source. |
Inherited Property Details
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 GalleryDiskImageOutput.hostCaching
sizeInGB
This property indicates the size of the VHD to be created.
sizeInGB?: number
Property Value
number
Inherited From GalleryDiskImageOutput.sizeInGB
source
The gallery artifact version source.
source?: GalleryArtifactVersionSourceOutput
Property Value
Inherited From GalleryDiskImageOutput.source