你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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