Uses of Class
com.azure.resourcemanager.compute.models.UefiKey
Packages that use UefiKey
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of UefiKey in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type UefiKeyMethods in com.azure.resourcemanager.compute.models that return UefiKeyModifier and TypeMethodDescriptionstatic UefiKeyUefiKey.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of UefiKey from the JsonReader.UefiKeySignatures.pk()Get the pk property: The Platform Key of this image version.UefiKey.withType(UefiKeyType type) Set the type property: The type of key signature.Set the value property: The value of the key signature.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type UefiKeyModifier and TypeMethodDescriptionUefiKeySignatures.db()Get the db property: The database of UEFI keys for this image version.UefiKeySignatures.dbx()Get the dbx property: The database of revoked UEFI keys for this image version.UefiKeySignatures.kek()Get the kek property: The Key Encryption Keys of this image version.Methods in com.azure.resourcemanager.compute.models with parameters of type UefiKeyModifier and TypeMethodDescriptionSet the pk property: The Platform Key of this image version.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type UefiKeyModifier and TypeMethodDescriptionSet 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.