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.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

public:
property IList<DataDiskConfigurationCreateParameters^>^ DataDiskConfigurations {
	IList<DataDiskConfigurationCreateParameters^>^ get();
	void set(IList<DataDiskConfigurationCreateParameters^>^ value);
}
Return to top
Show: