Class ImageVersionSecurityProfile

java.lang.Object
com.azure.resourcemanager.compute.models.ImageVersionSecurityProfile

public final class ImageVersionSecurityProfile extends Object
The security profile of a gallery image version.
  • Constructor Details

    • ImageVersionSecurityProfile

      public ImageVersionSecurityProfile()
      Creates an instance of ImageVersionSecurityProfile class.
  • Method Details

    • uefiSettings

      public GalleryImageVersionUefiSettings uefiSettings()
      Get the uefiSettings property: Contains UEFI settings for the image version.
      Returns:
      the uefiSettings value.
    • withUefiSettings

      public ImageVersionSecurityProfile withUefiSettings(GalleryImageVersionUefiSettings uefiSettings)
      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.