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

LabPlan.SharedGalleryId 属性

定义

获取或设置附加到此实验室计划的共享映像库的资源 ID。 保存实验室模板虚拟机映像时,该映像将持久保存在此库中。 创建新实验室时,可以使用库中的共享映像。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.sharedGalleryId")]
public string SharedGalleryId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.sharedGalleryId")>]
member this.SharedGalleryId : string with get, set
Public Property SharedGalleryId As String

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于