共用方式為


VirtualMachineExtensionImage interface

描述虛擬機擴充功能映像。

Extends

屬性

computeRole

此延伸模組支援的角色類型(IaaS 或 PaaS)。

handlerSchema

發行者所定義的架構,延伸模組取用者應該在相符的架構中提供設定。

operatingSystem

此延伸模組支援的作業系統。

supportsMultipleExtensions

處理程式是否可以支援多個延伸模組。

vmScaleSetEnabled

是否可以在 xRP VMScaleSets 上使用擴充功能。 根據預設,現有的擴充功能可在擴展集上使用,但在某些情況下,發行者想要明確指出只有針對CRP VM啟用擴充功能,但未啟用VMSS的情況。

繼承的屬性

id

資源標識碼注意:此屬性不會串行化。 它只能由伺服器填入。

location

資源位置

name

資源名稱注意:此屬性將不會串行化。 它只能由伺服器填入。

tags

資源標籤

type

資源類型注意:此屬性不會串行化。 它只能由伺服器填入。

屬性詳細資料

computeRole

此延伸模組支援的角色類型(IaaS 或 PaaS)。

computeRole?: string

屬性值

string

handlerSchema

發行者所定義的架構,延伸模組取用者應該在相符的架構中提供設定。

handlerSchema?: string

屬性值

string

operatingSystem

此延伸模組支援的作業系統。

operatingSystem?: string

屬性值

string

supportsMultipleExtensions

處理程式是否可以支援多個延伸模組。

supportsMultipleExtensions?: boolean

屬性值

boolean

vmScaleSetEnabled

是否可以在 xRP VMScaleSets 上使用擴充功能。 根據預設,現有的擴充功能可在擴展集上使用,但在某些情況下,發行者想要明確指出只有針對CRP VM啟用擴充功能,但未啟用VMSS的情況。

vmScaleSetEnabled?: boolean

屬性值

boolean

繼承的屬性詳細資料

id

資源標識碼注意:此屬性不會串行化。 它只能由伺服器填入。

id?: string

屬性值

string

繼承自Resource.id

location

資源位置

location: string

屬性值

string

繼承自Resource.location

name

資源名稱注意:此屬性將不會串行化。 它只能由伺服器填入。

name?: string

屬性值

string

繼承自Resource.name

tags

資源標籤

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

屬性值

{[propertyName: string]: string}

繼承自Resource.tags

type

資源類型注意:此屬性不會串行化。 它只能由伺服器填入。

type?: string

屬性值

string

繼承自Resource.type