Uses of Class
com.microsoft.azure.management.compute.UefiSettings
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of UefiSettings in com.microsoft.azure.management.compute
Modifier and TypeMethodDescriptionSecurityProfile.uefiSettings()
Get specifies the security settings like secure boot and vTPM used while creating the virtual machine.UefiSettings.withSecureBootEnabled
(Boolean secureBootEnabled) Set specifies whether secure boot should be enabled on the virtual machine.UefiSettings.withVTpmEnabled
(Boolean vTpmEnabled) Set specifies whether vTPM should be enabled on the virtual machine.Modifier and TypeMethodDescriptionSecurityProfile.withUefiSettings
(UefiSettings uefiSettings) Set specifies the security settings like secure boot and vTPM used while creating the virtual machine.