ImageTemplateSharedImageDistributor interface
通过 Azure 计算库进行分发。
属性
| exclude |
指示是否应从最新版本中排除创建的映像版本的标志。 省略使用默认值(false)。 |
| gallery |
Azure 计算库映像的资源 ID |
| replication |
[已弃用]将映像复制到的区域列表。 仅当未指定 targetRegions 时,才能指定此列表。 此字段已弃用 - 请改用 targetRegions。 |
| storage |
[已弃用]用于存储共享映像的存储帐户类型。 省略使用默认值(Standard_LRS)。 仅当指定 replicationRegions 时,才能指定此字段。 此字段已弃用 - 请改用 targetRegions。 |
| target |
要将分布式映像版本复制到的目标区域。 此对象取代 replicationRegions,仅当未指定 replicationRegions 时才能指定。 |
| type | 多态鉴别器,它指定此对象可以的不同类型的 |
| versioning | 介绍如何为分发生成新的 x.y.z 版本号。 |
继承属性
| artifact |
分发服务器创建/更新项目后,将应用于项目的标记。 |
| run |
要用于关联的 RunOutput 的名称。 |
属性详细信息
excludeFromLatest
指示是否应从最新版本中排除创建的映像版本的标志。 省略使用默认值(false)。
excludeFromLatest?: boolean
属性值
boolean
galleryImageId
Azure 计算库映像的资源 ID
galleryImageId: string
属性值
string
replicationRegions
[已弃用]将映像复制到的区域列表。 仅当未指定 targetRegions 时,才能指定此列表。 此字段已弃用 - 请改用 targetRegions。
replicationRegions?: string[]
属性值
string[]
storageAccountType
[已弃用]用于存储共享映像的存储帐户类型。 省略使用默认值(Standard_LRS)。 仅当指定 replicationRegions 时,才能指定此字段。 此字段已弃用 - 请改用 targetRegions。
storageAccountType?: string
属性值
string
targetRegions
要将分布式映像版本复制到的目标区域。 此对象取代 replicationRegions,仅当未指定 replicationRegions 时才能指定。
targetRegions?: TargetRegion[]
属性值
type
多态鉴别器,它指定此对象可以的不同类型的
type: "SharedImage"
属性值
"SharedImage"
versioning
继承属性详细信息
artifactTags
分发服务器创建/更新项目后,将应用于项目的标记。
artifactTags?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}