Class GalleryImageVersionUefiSettings
java.lang.Object
com.azure.resourcemanager.compute.models.GalleryImageVersionUefiSettings
Contains UEFI settings for the image version.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of GalleryImageVersionUefiSettings class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalSignatures property: Additional UEFI key signatures that will be added to the image in addition to the signature templates.Get the signatureTemplateNames property: The name of the template(s) that contains default UEFI key signatures that will be added to the image.voidvalidate()Validates the instance.withAdditionalSignatures(UefiKeySignatures additionalSignatures) Set the additionalSignatures property: Additional UEFI key signatures that will be added to the image in addition to the signature templates.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.
-
Constructor Details
-
GalleryImageVersionUefiSettings
public GalleryImageVersionUefiSettings()Creates an instance of GalleryImageVersionUefiSettings class.
-
-
Method Details
-
signatureTemplateNames
Get the signatureTemplateNames property: The name of the template(s) that contains default UEFI key signatures that will be added to the image.- Returns:
- the signatureTemplateNames value.
-
withSignatureTemplateNames
public GalleryImageVersionUefiSettings 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.- Parameters:
signatureTemplateNames- the signatureTemplateNames value to set.- Returns:
- the GalleryImageVersionUefiSettings object itself.
-
additionalSignatures
Get the additionalSignatures property: Additional UEFI key signatures that will be added to the image in addition to the signature templates.- Returns:
- the additionalSignatures value.
-
withAdditionalSignatures
public GalleryImageVersionUefiSettings withAdditionalSignatures(UefiKeySignatures additionalSignatures) Set the additionalSignatures property: Additional UEFI key signatures that will be added to the image in addition to the signature templates.- Parameters:
additionalSignatures- the additionalSignatures value to set.- Returns:
- the GalleryImageVersionUefiSettings object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-