VirtualMachineExtensionImageProperties interface
描述虛擬機擴充映像的特性。
屬性
| compute |
此延伸模組支援的角色類型 (IaaS 或 PaaS)。 |
| handler |
發行者所定義的結構描述,其中延伸模組取用者應該在相符的結構描述中提供設定。 |
| operating |
此擴充功能支援的作業系統。 |
| supports |
處理常式是否可以支援多個延伸模組。 |
| vm |
擴充功能是否可以在 xRP VMScaleSet 上使用。 根據預設,現有的延伸模組可在擴展集上使用,但在某些情況下,發行者可能會想要明確指出延伸模組只針對 CRP VM 啟用,而無法針對 VMSS。 |
屬性詳細資料
computeRole
此延伸模組支援的角色類型 (IaaS 或 PaaS)。
computeRole: string
屬性值
string
handlerSchema
發行者所定義的結構描述,其中延伸模組取用者應該在相符的結構描述中提供設定。
handlerSchema: string
屬性值
string
operatingSystem
此擴充功能支援的作業系統。
operatingSystem: string
屬性值
string
supportsMultipleExtensions
處理常式是否可以支援多個延伸模組。
supportsMultipleExtensions?: boolean
屬性值
boolean
vmScaleSetEnabled
擴充功能是否可以在 xRP VMScaleSet 上使用。 根據預設,現有的延伸模組可在擴展集上使用,但在某些情況下,發行者可能會想要明確指出延伸模組只針對 CRP VM 啟用,而無法針對 VMSS。
vmScaleSetEnabled?: boolean
屬性值
boolean