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

ImageTemplateSharedImageDistributor interface

通过 Azure Compute Gallery 分发。

Extends

属性

excludeFromLatest

指示是否应从最新版本中排除创建的映像版本的标志。 省略 以使用默认 (false) 。

galleryImageId

Azure Compute Gallery 映像的资源 ID

replicationRegions

[已弃用]映像将复制到的区域列表。 仅当未指定 targetRegions 时,才能指定此列表。 此字段已弃用 - 请改用 targetRegions。

storageAccountType

[已弃用]用于存储共享映像的存储帐户类型。 省略 以使用默认 (Standard_LRS) 。 仅当指定 replicationRegions 时,才能指定此字段。 此字段已弃用 - 请改用 targetRegions。

targetRegions

分布式映像版本将复制到的目标区域。 此对象取代 replicationRegions,仅当未指定 replicationRegion 时才能指定。

type

多态鉴别器,它指定此对象可以是的不同类型

versioning

介绍如何为分发生成新的 x.y.z 版本号。

继承属性

artifactTags

分发服务器创建/更新项目后将应用于项目的标记。

runOutputName

要用于关联的 RunOutput 的名称。

属性详细信息

excludeFromLatest

指示是否应从最新版本中排除创建的映像版本的标志。 省略 以使用默认 (false) 。

excludeFromLatest?: boolean

属性值

boolean

galleryImageId

Azure Compute Gallery 映像的资源 ID

galleryImageId: string

属性值

string

replicationRegions

[已弃用]映像将复制到的区域列表。 仅当未指定 targetRegions 时,才能指定此列表。 此字段已弃用 - 请改用 targetRegions。

replicationRegions?: string[]

属性值

string[]

storageAccountType

[已弃用]用于存储共享映像的存储帐户类型。 省略 以使用默认 (Standard_LRS) 。 仅当指定 replicationRegions 时,才能指定此字段。 此字段已弃用 - 请改用 targetRegions。

storageAccountType?: string

属性值

string

targetRegions

分布式映像版本将复制到的目标区域。 此对象取代 replicationRegions,仅当未指定 replicationRegion 时才能指定。

targetRegions?: TargetRegion[]

属性值

type

多态鉴别器,它指定此对象可以是的不同类型

type: "SharedImage"

属性值

"SharedImage"

versioning

介绍如何为分发生成新的 x.y.z 版本号。

versioning?: DistributeVersionerUnion

属性值

继承属性详细信息

artifactTags

分发服务器创建/更新项目后将应用于项目的标记。

artifactTags?: {[propertyName: string]: string}

属性值

{[propertyName: string]: string}

继承自ImageTemplateDistributor.artifactTags

runOutputName

要用于关联的 RunOutput 的名称。

runOutputName: string

属性值

string

继承自ImageTemplateDistributor.runOutputName