VirtualMachineVMImageCreateParameters::DataDiskConfigurations Property
Optional. Specifies configuration information for the data disks that are associated with the image. A VM Image might not have data disks associated with it.
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
public: property IList<DataDiskConfigurationCreateParameters^>^ DataDiskConfigurations { IList<DataDiskConfigurationCreateParameters^>^ get(); void set(IList<DataDiskConfigurationCreateParameters^>^ value); }
Property Value
Type: System.Collections.Generic::IList<DataDiskConfigurationCreateParameters^>^
Show: