Class ImageVersionSecurityProfile
java.lang.Object
com.azure.resourcemanager.compute.models.ImageVersionSecurityProfile
The security profile of a gallery image version.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ImageVersionSecurityProfile class. -
Method Summary
Modifier and TypeMethodDescriptionGet the uefiSettings property: Contains UEFI settings for the image version.voidvalidate()Validates the instance.withUefiSettings(GalleryImageVersionUefiSettings uefiSettings) Set the uefiSettings property: Contains UEFI settings for the image version.
-
Constructor Details
-
ImageVersionSecurityProfile
public ImageVersionSecurityProfile()Creates an instance of ImageVersionSecurityProfile class.
-
-
Method Details
-
uefiSettings
Get the uefiSettings property: Contains UEFI settings for the image version.- Returns:
- the uefiSettings value.
-
withUefiSettings
Set the uefiSettings property: Contains UEFI settings for the image version.- Parameters:
uefiSettings- the uefiSettings value to set.- Returns:
- the ImageVersionSecurityProfile object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-