Uses of Class
com.azure.resourcemanager.compute.models.UefiSettings
-
Packages that use UefiSettings Package Description com.azure.resourcemanager.compute.models 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 UefiSettings Modifier and Type Method Description UefiSettingsSecurityProfile. uefiSettings()Get the uefiSettings property: Specifies the security settings like secure boot and vTPM used while creating the virtual machine.UefiSettingsUefiSettings. withSecureBootEnabled(Boolean secureBootEnabled)Set the secureBootEnabled property: Specifies whether secure boot should be enabled on the virtual machine.UefiSettingsUefiSettings. 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 UefiSettings Modifier and Type Method Description SecurityProfileSecurityProfile. withUefiSettings(UefiSettings uefiSettings)Set the uefiSettings property: Specifies the security settings like secure boot and vTPM used while creating the virtual machine.
-