Uses of Class
com.azure.resourcemanager.compute.models.GalleryImageVersionUefiSettings
Packages that use GalleryImageVersionUefiSettings
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of GalleryImageVersionUefiSettings in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type GalleryImageVersionUefiSettingsModifier and TypeClassDescriptionfinal classContains UEFI settings for the image version.Methods in com.azure.resourcemanager.compute.models that return GalleryImageVersionUefiSettingsModifier and TypeMethodDescriptionGalleryImageVersionUefiSettings.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GalleryImageVersionUefiSettings from the JsonReader.ImageVersionSecurityProfile.uefiSettings()Get the uefiSettings property: Contains UEFI settings for the image version.GalleryImageVersionUefiSettings.withAdditionalSignatures(UefiKeySignatures additionalSignatures) Set the additionalSignatures property: Additional UEFI key signatures that will be added to the image in addition to the signature templates.GalleryImageVersionUefiSettings.withSignatureTemplateNames(List<UefiSignatureTemplateName> signatureTemplateNames) Set the signatureTemplateNames property: The name of the template(s) that contains default UEFI key signatures that will be added to the image.Methods in com.azure.resourcemanager.compute.models with parameters of type GalleryImageVersionUefiSettingsModifier and TypeMethodDescriptionImageVersionSecurityProfile.withUefiSettings(GalleryImageVersionUefiSettings uefiSettings) Set the uefiSettings property: Contains UEFI settings for the image version.