Uses of Class
com.azure.resourcemanager.compute.models.UefiSettings
Packages that use UefiSettings
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of UefiSettings in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return UefiSettingsModifier and TypeMethodDescriptionSecurityProfile.uefiSettings()Get the uefiSettings property: Specifies the security settings like secure boot and vTPM used while creating the virtual machine.UefiSettings.withSecureBootEnabled(Boolean secureBootEnabled) Set the secureBootEnabled property: Specifies whether secure boot should be enabled on the virtual machine.UefiSettings.withVTpmEnabled(Boolean vTpmEnabled) Set the vTpmEnabled property: Specifies whether vTPM should be enabled on the virtual machine.Methods in com.azure.resourcemanager.compute.models with parameters of type UefiSettingsModifier and TypeMethodDescriptionSecurityProfile.withUefiSettings(UefiSettings uefiSettings) Set the uefiSettings property: Specifies the security settings like secure boot and vTPM used while creating the virtual machine.