共用方式為


VirtualMachineExtensionImage interface

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

Extends

屬性

computeRole

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

handlerSchema

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

operatingSystem

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

supportsMultipleExtensions

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

vmScaleSetEnabled

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

繼承的屬性

id

資源的完整資源標識碼。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 注意:此屬性將不會串行化。 它只能由伺服器填入。

location

資源所在的地理位置

name

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

systemData

包含 createdBy 和 modifiedBy 資訊的 Azure Resource Manager 元數據。 注意:這個屬性不會串行化。 它只能由伺服器填入。

tags

資源標籤。

type

資源的類型。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” 附注:此屬性將不會串行化。 它只能由伺服器填入。

屬性詳細資料

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

資源的完整資源標識碼。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 注意:此屬性將不會串行化。 它只能由伺服器填入。

id?: string

屬性值

string

繼承自TrackedResource.id

location

資源所在的地理位置

location: string

屬性值

string

繼承自TrackedResource.location

name

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

name?: string

屬性值

string

繼承自 TrackedResource.name

systemData

包含 createdBy 和 modifiedBy 資訊的 Azure Resource Manager 元數據。 注意:這個屬性不會串行化。 它只能由伺服器填入。

systemData?: SystemData

屬性值

繼承自TrackedResource.systemData

tags

資源標籤。

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

屬性值

{[propertyName: string]: string}

繼承自TrackedResource.tags

type

資源的類型。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” 附注:此屬性將不會串行化。 它只能由伺服器填入。

type?: string

屬性值

string

繼承自TrackedResource.type