共用方式為


ImageTemplateSharedImageDistributor interface

透過 Azure 計算資源庫散發。

Extends

屬性

excludeFromLatest

旗標,指出是否應該從最新版本中排除已建立的映像版本。 請省略以使用預設值 (false)。

galleryImageId

Azure 計算資源庫映像的資源標識碼

replicationRegions

[已淘汰]將複寫映像的區域清單。 只有在未指定 targetRegions 時,才能指定此列表。 此欄位已被取代 - 請改用 targetRegions。

storageAccountType

[已淘汰]用來儲存共用映像的記憶體帳戶類型。 請省略以使用預設值 (Standard_LRS)。 只有在指定 replicationRegions 時,才能指定此字段。 此欄位已被取代 - 請改用 targetRegions。

targetRegions

要復寫分散式映像版本的目標區域。 這個物件會取代 replicationRegions,而且只有在未指定 replicationRegions 時才可指定。

type

多型歧視性,指定這個物件可以是的不同類型

versioning

描述如何為散發產生新的 x.y.z 版本號碼。

繼承的屬性

artifactTags

散發者建立/更新成品后,將會套用至成品的標記。

runOutputName

要用於相關聯 RunOutput 的名稱。

屬性詳細資料

excludeFromLatest

旗標,指出是否應該從最新版本中排除已建立的映像版本。 請省略以使用預設值 (false)。

excludeFromLatest?: boolean

屬性值

boolean

galleryImageId

Azure 計算資源庫映像的資源標識碼

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

描述如何為散發產生新的 x.y.z 版本號碼。

versioning?: DistributeVersionerUnion

屬性值

繼承的屬性詳細資料

artifactTags

散發者建立/更新成品后,將會套用至成品的標記。

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

屬性值

{[propertyName: string]: string}

繼承自ImageTemplateDistributor.artifactTags

runOutputName

要用於相關聯 RunOutput 的名稱。

runOutputName: string

屬性值

string

繼承自ImageTemplateDistributor.runOutputName