GalleryImageVersionPublishingProfile interface

資源庫映像版本的發佈配置檔。

Extends

繼承的屬性

endOfLifeDate

資源庫映像版本的生命週期結束日期。 這個屬性可用於解除委任用途。 這個屬性是可更新的。

excludeFromLatest

如果設定為 true,從最新版映像定義的虛擬機將不會使用此映像版本。

replicaCount

要為每個區域建立之映像版本的複本數目。 如果未指定 regionReplicaCount,這個屬性就會對區域生效。 這個屬性是可更新的。

replicationMode

選擇性參數,指定要用於複寫的模式。 這個屬性無法更新。

storageAccountType

指定要用來儲存映像的記憶體帳戶類型。 這個屬性無法更新。

targetExtendedLocations

要復寫映像版本的目標擴充位置。 這個屬性是可更新的。

targetRegions

要復寫映像版本的目標區域。 這個屬性是可更新的。

繼承的屬性詳細資料

endOfLifeDate

資源庫映像版本的生命週期結束日期。 這個屬性可用於解除委任用途。 這個屬性是可更新的。

endOfLifeDate?: string | Date

屬性值

string | Date

繼承自GalleryArtifactPublishingProfileBase.endOfLifeDate

excludeFromLatest

如果設定為 true,從最新版映像定義的虛擬機將不會使用此映像版本。

excludeFromLatest?: boolean

屬性值

boolean

繼承自GalleryArtifactPublishingProfileBase.excludeFromLatest

replicaCount

要為每個區域建立之映像版本的複本數目。 如果未指定 regionReplicaCount,這個屬性就會對區域生效。 這個屬性是可更新的。

replicaCount?: number

屬性值

number

繼承自GalleryArtifactPublishingProfileBase.replicaCount

replicationMode

選擇性參數,指定要用於複寫的模式。 這個屬性無法更新。

replicationMode?: "Full" | "Shallow"

屬性值

"Full" | "Shallow"

繼承自GalleryArtifactPublishingProfileBase.replicationMode

storageAccountType

指定要用來儲存映像的記憶體帳戶類型。 這個屬性無法更新。

storageAccountType?: "Standard_LRS" | "Premium_LRS" | "Standard_ZRS"

屬性值

"Standard_LRS" | "Premium_LRS" | "Standard_ZRS"

繼承自GalleryArtifactPublishingProfileBase.storageAccountType

targetExtendedLocations

要復寫映像版本的目標擴充位置。 這個屬性是可更新的。

targetExtendedLocations?: GalleryTargetExtendedLocation[]

屬性值

繼承自GalleryArtifactPublishingProfileBase.targetExtendedLocations

targetRegions

要復寫映像版本的目標區域。 這個屬性是可更新的。

targetRegions?: TargetRegion[]

屬性值

繼承自GalleryArtifactPublishingProfileBase.targetRegions