VirtualMachineGetResponse.DataVirtualHardDisks Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional. Contains the parameters Azure used to create the data disk for the virtual machine.
public System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.Compute.Models.DataVirtualHardDisk> DataVirtualHardDisks { get; set; }
member this.DataVirtualHardDisks : System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.Compute.Models.DataVirtualHardDisk> with get, set
Public Property DataVirtualHardDisks As IList(Of DataVirtualHardDisk)