Uses of Class
com.azure.resourcemanager.compute.models.UefiKeyType
Packages that use UefiKeyType
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of UefiKeyType in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as UefiKeyTypeModifier and TypeFieldDescriptionstatic final UefiKeyTypeUefiKeyType.SHA256Static value sha256 for UefiKeyType.static final UefiKeyTypeUefiKeyType.X509Static value x509 for UefiKeyType.Methods in com.azure.resourcemanager.compute.models that return UefiKeyTypeModifier and TypeMethodDescriptionstatic UefiKeyTypeUefiKeyType.fromString(String name) Creates or finds a UefiKeyType from its string representation.UefiKey.type()Get the type property: The type of key signature.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type UefiKeyTypeModifier and TypeMethodDescriptionstatic Collection<UefiKeyType>UefiKeyType.values()Gets known UefiKeyType values.Methods in com.azure.resourcemanager.compute.models with parameters of type UefiKeyTypeModifier and TypeMethodDescriptionUefiKey.withType(UefiKeyType type) Set the type property: The type of key signature.