VMImageInput.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. This corresponds to the DataDiskConfigurations of the VM Image used to create a new role. The DataDiskConfigurations element is only available using version 2014-10-01 or higher.
public System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.Compute.Models.DataDiskConfiguration> DataDiskConfigurations { get; set; }
member this.DataDiskConfigurations : System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.Compute.Models.DataDiskConfiguration> with get, set
Public Property DataDiskConfigurations As IList(Of DataDiskConfiguration)