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?: numberProperty Value
number
		diskUri
	 
	When backed by a blob, the URI of underlying blob.
diskUri?: stringProperty Value
string
		managedDiskId
	  
	When backed by managed disk, this is the ID of the compute disk resource.
managedDiskId?: stringProperty Value
string
name
Gets data disk name.
name?: stringProperty Value
string