Uses of Class
com.azure.compute.batch.models.UefiSettings
Packages that use UefiSettings
-
Uses of UefiSettings in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return UefiSettingsModifier and TypeMethodDescriptionstatic UefiSettings
UefiSettings.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of UefiSettings from the JsonReader.SecurityProfile.getUefiSettings()
Get the uefiSettings property: Specifies the security settings like secure boot and vTPM used while creating the virtual machine.UefiSettings.setSecureBootEnabled
(Boolean secureBootEnabled) Set the secureBootEnabled property: Specifies whether secure boot should be enabled on the virtual machine.UefiSettings.setVTpmEnabled
(Boolean vTpmEnabled) Set the vTpmEnabled property: Specifies whether vTPM should be enabled on the virtual machine.Constructors in com.azure.compute.batch.models with parameters of type UefiSettingsModifierConstructorDescriptionSecurityProfile
(boolean encryptionAtHost, SecurityTypes securityType, UefiSettings uefiSettings) Creates an instance of SecurityProfile class.