GalleryImageVersionStorageProfile.DataDiskImages Property

Definition

Gets or sets a list of data disk images.

[Newtonsoft.Json.JsonProperty(PropertyName="dataDiskImages")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.GalleryDataDiskImage> DataDiskImages { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="dataDiskImages")>]
member this.DataDiskImages : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.GalleryDataDiskImage> with get, set
Public Property DataDiskImages As IList(Of GalleryDataDiskImage)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to