VirtualMachineVMImageCreateParameters.DataDiskConfigurations 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. Specifies configuration information for the data disks that are associated with the image. A VM Image might not have data disks associated with it.
public System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.Compute.Models.DataDiskConfigurationCreateParameters> DataDiskConfigurations { get; set; }
member this.DataDiskConfigurations : System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.Compute.Models.DataDiskConfigurationCreateParameters> with get, set
Public Property DataDiskConfigurations As IList(Of DataDiskConfigurationCreateParameters)