次の方法で共有


SharedGalleryImageVersionStorageProfile.DataDiskImages プロパティ

定義

データ ディスク イメージの一覧を取得または設定します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象