UefiSettings Class
Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Minimum api-version: 2020-12-01.
- Inheritance
-
azure.mgmt.compute._serialization.ModelUefiSettings
Constructor
UefiSettings(*, secure_boot_enabled: bool | None = None, v_tpm_enabled: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
secure_boot_enabled
|
Specifies whether secure boot should be enabled on the virtual machine. Minimum api-version: 2020-12-01. |
v_tpm_enabled
|
Specifies whether vTPM should be enabled on the virtual machine. Minimum api-version: 2020-12-01. |
Variables
Name | Description |
---|---|
secure_boot_enabled
|
Specifies whether secure boot should be enabled on the virtual machine. Minimum api-version: 2020-12-01. |
v_tpm_enabled
|
Specifies whether vTPM should be enabled on the virtual machine. Minimum api-version: 2020-12-01. |
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python