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
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type UefiSettingsModifier and TypeClassDescriptionfinal classSpecifies the security settings like secure boot and vTPM used while creating the virtual machine.Methods in com.azure.resourcemanager.compute.models that return UefiSettingsModifier and TypeMethodDescriptionstatic UefiSettingsUefiSettings.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of UefiSettings from the JsonReader.SecurityProfile.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.