다음을 통해 공유


SharedGalleryImageVersionStorageProfile.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.Models.SharedGalleryDataDiskImage> DataDiskImages { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="dataDiskImages")>]
member this.DataDiskImages : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SharedGalleryDataDiskImage> with get, set
Public Property DataDiskImages As IList(Of SharedGalleryDataDiskImage)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to