VirtualMachineSize interface
描述 VM 大小的屬性。
屬性
| estimated |
使用 VM 的預估價格資訊。 |
| family | 虛擬機器大小的系列名稱。 |
| gpus | 虛擬機器大小支援的 gPU 數目。 |
| low |
指定虛擬機器大小是否支援低優先順序的虛擬機器。 |
| max |
虛擬機器大小允許的資源磁碟區大小 (以 MB 為單位)。 |
| memoryGB | 虛擬機器大小支援的記憶體數量 (以 GB 為單位)。 |
| name | 虛擬機器大小的名稱。 |
| os |
虛擬機器大小所允許的作業系統 VHD 磁碟大小 (以 MB 為單位)。 |
| premiumIO | 指定虛擬機器大小是否支援進階 IO。 |
| supported |
指定虛擬機器大小支援的計算類型。 |
| v |
虛擬機器大小支援的 vCPU 數目。 |
屬性詳細資料
estimatedVMPrices
family
虛擬機器大小的系列名稱。
family?: string
屬性值
string
gpus
虛擬機器大小支援的 gPU 數目。
gpus?: number
屬性值
number
lowPriorityCapable
指定虛擬機器大小是否支援低優先順序的虛擬機器。
lowPriorityCapable?: boolean
屬性值
boolean
maxResourceVolumeMB
虛擬機器大小允許的資源磁碟區大小 (以 MB 為單位)。
maxResourceVolumeMB?: number
屬性值
number
memoryGB
虛擬機器大小支援的記憶體數量 (以 GB 為單位)。
memoryGB?: number
屬性值
number
name
虛擬機器大小的名稱。
name?: string
屬性值
string
osVhdSizeMB
虛擬機器大小所允許的作業系統 VHD 磁碟大小 (以 MB 為單位)。
osVhdSizeMB?: number
屬性值
number
premiumIO
指定虛擬機器大小是否支援進階 IO。
premiumIO?: boolean
屬性值
boolean
supportedComputeTypes
指定虛擬機器大小支援的計算類型。
supportedComputeTypes?: string[]
屬性值
string[]
vCPUs
虛擬機器大小支援的 vCPU 數目。
vCPUs?: number
屬性值
number