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

SharedGalleryImageProperties interface

描述库映像定义的属性。

属性

architecture

映像的体系结构。 仅适用于 OS 磁盘。

artifactTags

共享库资源的项目标记。

disallowed

描述不允许的磁盘类型。

endOfLifeDate

库映像定义的生命周期结束日期。 此属性可用于解除授权目的。 此属性可更新。

eula

当前社区库映像的最终用户许可协议。

features

库映像功能的列表。

hyperVGeneration

虚拟机监控程序的代次。 仅适用于 OS 磁盘。

identifier

这是库映像定义标识符。

osState

此属性允许用户指定在此映像下创建的虚拟机是“通用化”还是“专用”。

osType

此属性允许指定从托管映像创建 VM 时磁盘中包含的 OS 的类型。 可能的值包括:Windows、Linux。

privacyStatementUri

当前社区库映像的隐私声明 URI。

purchasePlan

描述库映像定义购买计划。 市场映像使用此映像。

recommended

这些属性描述此映像定义的推荐计算机配置。 这些属性是可更新的。

属性详细信息

architecture

映像的体系结构。 仅适用于 OS 磁盘。

architecture?: string

属性值

string

artifactTags

共享库资源的项目标记。

artifactTags?: Record<string, string>

属性值

Record<string, string>

disallowed

描述不允许的磁盘类型。

disallowed?: Disallowed

属性值

endOfLifeDate

库映像定义的生命周期结束日期。 此属性可用于解除授权目的。 此属性可更新。

endOfLifeDate?: Date

属性值

Date

eula

当前社区库映像的最终用户许可协议。

eula?: string

属性值

string

features

库映像功能的列表。

features?: GalleryImageFeature[]

属性值

hyperVGeneration

虚拟机监控程序的代次。 仅适用于 OS 磁盘。

hyperVGeneration?: string

属性值

string

identifier

这是库映像定义标识符。

identifier: GalleryImageIdentifier

属性值

osState

此属性允许用户指定在此映像下创建的虚拟机是“通用化”还是“专用”。

osState: OperatingSystemStateTypes

属性值

osType

此属性允许指定从托管映像创建 VM 时磁盘中包含的 OS 的类型。 可能的值包括:Windows、Linux。

osType: OperatingSystemTypes

属性值

privacyStatementUri

当前社区库映像的隐私声明 URI。

privacyStatementUri?: string

属性值

string

purchasePlan

描述库映像定义购买计划。 市场映像使用此映像。

purchasePlan?: ImagePurchasePlan

属性值

这些属性描述此映像定义的推荐计算机配置。 这些属性是可更新的。

recommended?: RecommendedMachineConfiguration

属性值