Class UefiSettings
java.lang.Object
com.microsoft.azure.management.compute.UefiSettings
Specifies the security settings like secure boot and vTPM used while
creating the virtual machine. <br><br>Minimum api-version:
2020-12-01.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet specifies whether secure boot should be enabled on the virtual machine.Get specifies whether vTPM should be enabled on the virtual machine.withSecureBootEnabled
(Boolean secureBootEnabled) Set specifies whether secure boot should be enabled on the virtual machine.withVTpmEnabled
(Boolean vTpmEnabled) Set specifies whether vTPM should be enabled on the virtual machine.
-
Constructor Details
-
UefiSettings
public UefiSettings()
-
-
Method Details
-
secureBootEnabled
Get specifies whether secure boot should be enabled on the virtual machine. <br><br>Minimum api-version: 2020-12-01.- Returns:
- the secureBootEnabled value
-
withSecureBootEnabled
Set specifies whether secure boot should be enabled on the virtual machine. <br><br>Minimum api-version: 2020-12-01.- Parameters:
secureBootEnabled
- the secureBootEnabled value to set- Returns:
- the UefiSettings object itself.
-
vTpmEnabled
Get specifies whether vTPM should be enabled on the virtual machine. <br><br>Minimum api-version: 2020-12-01.- Returns:
- the vTpmEnabled value
-
withVTpmEnabled
Set specifies whether vTPM should be enabled on the virtual machine. <br><br>Minimum api-version: 2020-12-01.- Parameters:
vTpmEnabled
- the vTpmEnabled value to set- Returns:
- the UefiSettings object itself.
-