你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ComputeDataDisk interface
A data disks attached to a virtual machine.
Properties
disk |
Gets data disk size in GiB. |
disk |
When backed by a blob, the URI of underlying blob. |
managed |
When backed by managed disk, this is the ID of the compute disk resource. |
name | Gets data disk name. |
Property Details
diskSizeGiB
Gets data disk size in GiB.
diskSizeGiB?: number
Property Value
number
diskUri
When backed by a blob, the URI of underlying blob.
diskUri?: string
Property Value
string
managedDiskId
When backed by managed disk, this is the ID of the compute disk resource.
managedDiskId?: string
Property Value
string
name
Gets data disk name.
name?: string
Property Value
string