UefiSettings 類別
指定建立虛擬機器時所使用的安全開機和 vTPM 等安全性設定。
<br>
:code: >><<<br>
最低 api-version:2020-12-01。
- 繼承
-
azure.mgmt.compute._serialization.ModelUefiSettings
建構函式
UefiSettings(*, secure_boot_enabled: bool | None = None, v_tpm_enabled: bool | None = None, **kwargs: Any)
僅限關鍵字的參數
名稱 | Description |
---|---|
secure_boot_enabled
|
指定是否應在虛擬機器上啟用安全開機。
|
v_tpm_enabled
|
指定是否應在虛擬機器上啟用 vTPM。
|
變數
名稱 | Description |
---|---|
secure_boot_enabled
|
指定是否應在虛擬機器上啟用安全開機。
|
v_tpm_enabled
|
指定是否應在虛擬機器上啟用 vTPM。
|