ComputeProfile interface
要用於執行使用者工作負載的計算配置檔。
屬性
base |
要根據 “specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachineScaleSet.json#/definitions/VirtualMachineScaleSetVMProfile” 指定的基底虛擬機配置檔屬性 |
compute |
指定建立基礎虛擬機擴展集和虛擬機時要使用的 Microsoft.Compute API 版本。 默認值會是最新支援的 computeApiVersion by Compute Fleet。 |
platform |
指定建立基礎 VMSS 時要使用的容錯網域數目。 容錯網域是 Azure 資料中心內硬體的邏輯群組。 相同容錯網域中的 VM 會共用一般電源和網路交換器。 如果未指定,則預設為 1,代表「最大散佈」(盡可能使用多個容錯網域)。 無法更新此屬性。 |
屬性詳細資料
baseVirtualMachineProfile
要根據 “specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachineScaleSet.json#/definitions/VirtualMachineScaleSetVMProfile” 指定的基底虛擬機配置檔屬性
baseVirtualMachineProfile: BaseVirtualMachineProfile
屬性值
computeApiVersion
指定建立基礎虛擬機擴展集和虛擬機時要使用的 Microsoft.Compute API 版本。 默認值會是最新支援的 computeApiVersion by Compute Fleet。
computeApiVersion?: string
屬性值
string
platformFaultDomainCount
指定建立基礎 VMSS 時要使用的容錯網域數目。 容錯網域是 Azure 資料中心內硬體的邏輯群組。 相同容錯網域中的 VM 會共用一般電源和網路交換器。 如果未指定,則預設為 1,代表「最大散佈」(盡可能使用多個容錯網域)。 無法更新此屬性。
platformFaultDomainCount?: number
屬性值
number