Uses of Class
com.azure.resourcemanager.connectedvmware.models.UefiSettings
Packages that use UefiSettings
Package
Description
Package containing the data models for ConnectedVMwareClient.
-
Uses of UefiSettings in com.azure.resourcemanager.connectedvmware.models
Methods in com.azure.resourcemanager.connectedvmware.models that return UefiSettingsModifier and TypeMethodDescriptionSecurityProfile.uefiSettings()
Get the uefiSettings property: Specifies the security settings like secure boot 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.Methods in com.azure.resourcemanager.connectedvmware.models with parameters of type UefiSettingsModifier and TypeMethodDescriptionSecurityProfile.withUefiSettings
(UefiSettings uefiSettings) Set the uefiSettings property: Specifies the security settings like secure boot used while creating the virtual machine.