Uses of Class
com.azure.resourcemanager.compute.models.UefiKeySignatures
Packages that use UefiKeySignatures
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of UefiKeySignatures in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type UefiKeySignaturesModifier and TypeClassDescriptionfinal classAdditional UEFI key signatures that will be added to the image in addition to the signature templates.Methods in com.azure.resourcemanager.compute.models that return UefiKeySignaturesModifier and TypeMethodDescriptionGalleryImageVersionUefiSettings.additionalSignatures()Get the additionalSignatures property: Additional UEFI key signatures that will be added to the image in addition to the signature templates.static UefiKeySignaturesUefiKeySignatures.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of UefiKeySignatures from the JsonReader.Set the db property: The database of UEFI keys for this image version.Set the dbx property: The database of revoked UEFI keys for this image version.Set the kek property: The Key Encryption Keys of this image version.Set the pk property: The Platform Key of this image version.Methods in com.azure.resourcemanager.compute.models with parameters of type UefiKeySignaturesModifier and TypeMethodDescriptionGalleryImageVersionUefiSettings.withAdditionalSignatures(UefiKeySignatures additionalSignatures) Set the additionalSignatures property: Additional UEFI key signatures that will be added to the image in addition to the signature templates.