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