AttachNewDataDiskOptions interface
Properties to attach new disk to the Virtual Machine.
Properties
disk |
The name of the disk to be attached. |
disk |
Size of the disk to be attached in Gibibytes. |
disk |
The storage type for the disk (i.e. Standard, Premium). |
Property Details
diskName
The name of the disk to be attached.
diskName?: string
Property Value
string
diskSizeGiB
Size of the disk to be attached in Gibibytes.
diskSizeGiB?: number
Property Value
number
diskType
The storage type for the disk (i.e. Standard, Premium).
diskType?: string
Property Value
string