你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CreationData.GalleryImageReference 属性

定义

获取或设置从库映像创建时所需的 。 ImageDiskReference 的 id/sharedGalleryImageId/communityGalleryImageId 将是要从中创建磁盘的共享映像版本的 ARM ID。

[Newtonsoft.Json.JsonProperty(PropertyName="galleryImageReference")]
public Microsoft.Azure.Management.Compute.Models.ImageDiskReference GalleryImageReference { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="galleryImageReference")>]
member this.GalleryImageReference : Microsoft.Azure.Management.Compute.Models.ImageDiskReference with get, set
Public Property GalleryImageReference As ImageDiskReference

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于