共用方式為


ServerSkuCapability interface

計算方面的功能。

Extends

屬性

name

計算 (SKU) 的名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

securityProfile

計算的安全配置檔。 指示它是否為機密計算虛擬機。 注意:這個屬性不會串行化。 它只能由伺服器填入。

supportedFeatures

支援的功能。 注意:這個屬性不會串行化。 它只能由伺服器填入。

supportedHaMode

此計算支援的高可用性模式。 注意:這個屬性不會串行化。 它只能由伺服器填入。

supportedIops

此計算支援的最大 IOPS。 注意:這個屬性不會串行化。 它只能由伺服器填入。

supportedMemoryPerVcoreMb

分配給此計算的每個虛擬內核支援的記憶體(以 MB 為單位)。 注意:這個屬性不會串行化。 它只能由伺服器填入。

supportedZones

支援的可用區清單。 例如 '1', '2', '3' 注意:此屬性不會被序列化。 它只能由伺服器填入。

vCores

可用於此計算的 vCore。 注意:這個屬性不會串行化。 它只能由伺服器填入。

繼承的屬性

reason

無法使用功能的原因。 注意:這個屬性不會串行化。 它只能由伺服器填入。

status

功能的狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

屬性詳細資料

name

計算 (SKU) 的名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

name?: string

屬性值

string

securityProfile

計算的安全配置檔。 指示它是否為機密計算虛擬機。 注意:這個屬性不會串行化。 它只能由伺服器填入。

securityProfile?: string

屬性值

string

supportedFeatures

支援的功能。 注意:這個屬性不會串行化。 它只能由伺服器填入。

supportedFeatures?: SupportedFeature[]

屬性值

supportedHaMode

此計算支援的高可用性模式。 注意:這個屬性不會串行化。 它只能由伺服器填入。

supportedHaMode?: string[]

屬性值

string[]

supportedIops

此計算支援的最大 IOPS。 注意:這個屬性不會串行化。 它只能由伺服器填入。

supportedIops?: number

屬性值

number

supportedMemoryPerVcoreMb

分配給此計算的每個虛擬內核支援的記憶體(以 MB 為單位)。 注意:這個屬性不會串行化。 它只能由伺服器填入。

supportedMemoryPerVcoreMb?: number

屬性值

number

supportedZones

支援的可用區清單。 例如 '1', '2', '3' 注意:此屬性不會被序列化。 它只能由伺服器填入。

supportedZones?: string[]

屬性值

string[]

vCores

可用於此計算的 vCore。 注意:這個屬性不會串行化。 它只能由伺服器填入。

vCores?: number

屬性值

number

繼承的屬性詳細資料

reason

無法使用功能的原因。 注意:這個屬性不會串行化。 它只能由伺服器填入。

reason?: string

屬性值

string

繼承自CapabilityBase.reason

status

功能的狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

status?: CapabilityStatus

屬性值

繼承自CapabilityBase.status