BaseVirtualMachineProfile interface
描述艦隊的基底虛擬機配置檔
屬性
application |
指定應該提供給 VM/VMSS 的資源庫應用程式 |
capacity |
指定擴展集的容量保留相關詳細數據。 API 版本下限:2021-04-01。 |
diagnostics |
指定開機診斷設定狀態。 |
extension |
指定擴展集中虛擬機上所安裝延伸模組的設定集合。 |
hardware |
指定擴展集的硬體配置檔相關詳細數據。 API 版本下限:2021-11-01。 |
license |
指定所使用的映像或磁碟已獲內部部署授權。
|
network |
指定擴展集中虛擬機網路介面的屬性。 |
os |
指定擴展集中虛擬機的作業系統設定。 |
scheduled |
指定排程的事件相關組態。 |
security |
指定要用於擴展集中所有虛擬機的安全性狀態。 API 版本下限:2023-03-01 |
security |
指定擴展集中虛擬機的安全性相關配置檔設定。 |
service |
指定使用 'latest' 映射版本時,用來為擴展集中所有虛擬機設定相同映像版本的服務成品參考標識符。 API 版本下限:2022-11-01 |
storage |
指定虛擬機磁碟的記憶體設定。 |
time |
指定建立虛擬機擴展集此 VM 設定文件的時間。 此屬性的 API 版本下限為 2023-09-01。 建立/更新最低 api-version 2023-09-01 的 VMSS VM 配置檔時,此值將會新增至 VMSS Flex VM 卷標。 範例:“2024-07-01T00:00:01.1234567+00:00” |
user |
擴展集中虛擬機的UserData,其必須是base-64編碼。 客戶不應在此傳遞任何秘密。 API 版本下限:2021-03-01。 |
屬性詳細資料
applicationProfile
capacityReservation
指定擴展集的容量保留相關詳細數據。 API 版本下限:2021-04-01。
capacityReservation?: CapacityReservationProfile
屬性值
diagnosticsProfile
extensionProfile
指定擴展集中虛擬機上所安裝延伸模組的設定集合。
extensionProfile?: VirtualMachineScaleSetExtensionProfile
屬性值
hardwareProfile
指定擴展集的硬體配置檔相關詳細數據。 API 版本下限:2021-11-01。
hardwareProfile?: VirtualMachineScaleSetHardwareProfile
屬性值
licenseType
指定所使用的映像或磁碟已獲內部部署授權。
Windows Server 操作系統的可能值為:
Windows_Client
Windows_Server
Linux Server 操作系統的可能值為:
RHEL_BYOS (RHEL)
SLES_BYOS (適用於 SUSE)
如需詳細資訊,請參閱 適用於 Windows Server 的 Azure Hybrid Use Benefit
適用於Linux Server的 Azure Hybrid Use Benefit
API 版本下限:2015-06-15
licenseType?: string
屬性值
string
networkProfile
指定擴展集中虛擬機網路介面的屬性。
networkProfile?: VirtualMachineScaleSetNetworkProfile
屬性值
osProfile
scheduledEventsProfile
securityPostureReference
指定要用於擴展集中所有虛擬機的安全性狀態。 API 版本下限:2023-03-01
securityPostureReference?: SecurityPostureReference
屬性值
securityProfile
serviceArtifactReference
指定使用 'latest' 映射版本時,用來為擴展集中所有虛擬機設定相同映像版本的服務成品參考標識符。 API 版本下限:2022-11-01
serviceArtifactReference?: ServiceArtifactReference
屬性值
storageProfile
指定虛擬機磁碟的記憶體設定。
storageProfile?: VirtualMachineScaleSetStorageProfile
屬性值
timeCreated
指定建立虛擬機擴展集此 VM 設定文件的時間。 此屬性的 API 版本下限為 2023-09-01。 建立/更新最低 api-version 2023-09-01 的 VMSS VM 配置檔時,此值將會新增至 VMSS Flex VM 卷標。 範例:“2024-07-01T00:00:01.1234567+00:00”
timeCreated?: Date
屬性值
Date
userData
擴展集中虛擬機的UserData,其必須是base-64編碼。 客戶不應在此傳遞任何秘密。 API 版本下限:2021-03-01。
userData?: string
屬性值
string