UefiSignatureTemplateName Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. compute. models. UefiSignatureTemplateName
- com.
- com.
public final class UefiSignatureTemplateName
extends ExpandableStringEnum<UefiSignatureTemplateName>
The name of the signature template that contains default UEFI keys.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Uefi |
MICROSOFT_UEFI_CERTIFICATE_AUTHORITY_TEMPLATE
Static value Microsoft |
static final
Uefi |
MICROSOFT_WINDOWS_TEMPLATE
Static value Microsoft |
static final
Uefi |
NO_SIGNATURE_TEMPLATE
Static value No |
Constructor Summary
Constructor | Description |
---|---|
UefiSignatureTemplateName() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Uefi |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Uefi |
fromString(String name)
Creates or finds a Uefi |
static
Collection<Uefi |
values()
Gets known Uefi |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
MICROSOFT_UEFI_CERTIFICATE_AUTHORITY_TEMPLATE
public static final UefiSignatureTemplateName MICROSOFT_UEFI_CERTIFICATE_AUTHORITY_TEMPLATE
Static value MicrosoftUefiCertificateAuthorityTemplate for UefiSignatureTemplateName.
MICROSOFT_WINDOWS_TEMPLATE
public static final UefiSignatureTemplateName MICROSOFT_WINDOWS_TEMPLATE
Static value MicrosoftWindowsTemplate for UefiSignatureTemplateName.
NO_SIGNATURE_TEMPLATE
public static final UefiSignatureTemplateName NO_SIGNATURE_TEMPLATE
Static value NoSignatureTemplate for UefiSignatureTemplateName.
Constructor Details
UefiSignatureTemplateName
@Deprecated
public UefiSignatureTemplateName()
Deprecated
Creates a new instance of UefiSignatureTemplateName value.
Method Details
fromString
public static UefiSignatureTemplateName fromString(String name)
Creates or finds a UefiSignatureTemplateName from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known UefiSignatureTemplateName values.
Returns:
Applies to
Azure SDK for Java