Role::DataVirtualHardDisks Property
Gets or sets a collection of DataVirtualHardDisk objects that define the parameters that are used to add data disks to the Virtual Machine.
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
public: property IList<DataVirtualHardDisk^>^ DataVirtualHardDisks { IList<DataVirtualHardDisk^>^ get(); void set(IList<DataVirtualHardDisk^>^ value); }
Property Value
Type: System.Collections.Generic::IList<DataVirtualHardDisk^>^A collection of DataVirtualHardDisk objects.
Show: