Uses of Class
com.azure.resourcemanager.compute.models.UefiSignatureTemplateName
Packages that use UefiSignatureTemplateName
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of UefiSignatureTemplateName in com.azure.resourcemanager.compute.models
Subclasses with type arguments of type UefiSignatureTemplateName in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionfinal classThe name of the signature template that contains default UEFI keys.Fields in com.azure.resourcemanager.compute.models declared as UefiSignatureTemplateNameModifier and TypeFieldDescriptionstatic final UefiSignatureTemplateNameUefiSignatureTemplateName.MICROSOFT_UEFI_CERTIFICATE_AUTHORITY_TEMPLATEStatic value MicrosoftUefiCertificateAuthorityTemplate for UefiSignatureTemplateName.static final UefiSignatureTemplateNameUefiSignatureTemplateName.MICROSOFT_WINDOWS_TEMPLATEStatic value MicrosoftWindowsTemplate for UefiSignatureTemplateName.static final UefiSignatureTemplateNameUefiSignatureTemplateName.NO_SIGNATURE_TEMPLATEStatic value NoSignatureTemplate for UefiSignatureTemplateName.Methods in com.azure.resourcemanager.compute.models that return UefiSignatureTemplateNameModifier and TypeMethodDescriptionstatic UefiSignatureTemplateNameUefiSignatureTemplateName.fromString(String name) Creates or finds a UefiSignatureTemplateName from its string representation.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type UefiSignatureTemplateNameModifier and TypeMethodDescriptionGalleryImageVersionUefiSettings.signatureTemplateNames()Get the signatureTemplateNames property: The name of the template(s) that contains default UEFI key signatures that will be added to the image.static Collection<UefiSignatureTemplateName> UefiSignatureTemplateName.values()Gets known UefiSignatureTemplateName values.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type UefiSignatureTemplateNameModifier and TypeMethodDescriptionGalleryImageVersionUefiSettings.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.