DataDiskProperties interface
Request body for adding a new or existing data disk to a virtual machine.
Properties
attach |
Specifies options to attach a new disk to the virtual machine. |
existing |
Specifies the existing lab disk id to attach to virtual machine. |
host |
Caching option for a data disk (i.e. None, ReadOnly, ReadWrite). |
Property Details
attachNewDataDiskOptions
Specifies options to attach a new disk to the virtual machine.
attachNewDataDiskOptions?: AttachNewDataDiskOptions
Property Value
existingLabDiskId
Specifies the existing lab disk id to attach to virtual machine.
existingLabDiskId?: string
Property Value
string
hostCaching
Caching option for a data disk (i.e. None, ReadOnly, ReadWrite).
hostCaching?: string
Property Value
string