VirtualMachineCreateParameters.DataVirtualHardDisks Property
Gets or sets a collection of DataVirtualHardDisk objects that define the parameters that are used to add data disks to a Virtual Machine.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Syntax
public IList<DataVirtualHardDisk> DataVirtualHardDisks { get; set; }
public:
property IList<DataVirtualHardDisk^>^ DataVirtualHardDisks {
IList<DataVirtualHardDisk^>^ get();
void set(IList<DataVirtualHardDisk^>^ value);
}
member DataVirtualHardDisks : IList<DataVirtualHardDisk> with get, set
Public Property DataVirtualHardDisks As IList(Of DataVirtualHardDisk)
Property Value
Type: System.Collections.Generic.IList<DataVirtualHardDisk>
A collection of DataVirtualHardDisk objects.
See Also
VirtualMachineCreateParameters Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top