GalleryDataDiskImage interface
This is the data disk image.
- Extends
Properties
| lun | This property specifies the logical unit number of the data disk. This value is used to identify data disks within the Virtual Machine and therefore must be unique for each data disk attached to the Virtual Machine. |
Inherited Properties
| host |
The host caching of the disk. Valid values are 'None', 'ReadOnly', and 'ReadWrite' |
| source | The gallery artifact version source. |
Property Details
lun
This property specifies the logical unit number of the data disk. This value is used to identify data disks within the Virtual Machine and therefore must be unique for each data disk attached to the Virtual Machine.
lun: number
Property Value
number
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 GalleryDiskImage.hostCaching
source
The gallery artifact version source.
source?: GalleryArtifactVersionSource
Property Value
Inherited From GalleryDiskImage.source