Class GalleryApplicationVersionProperties

java.lang.Object
com.azure.resourcemanager.compute.fluent.models.GalleryApplicationVersionProperties

public final class GalleryApplicationVersionProperties extends Object
Describes the properties of a gallery image version.
  • Constructor Details

    • GalleryApplicationVersionProperties

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

    • publishingProfile

      public GalleryApplicationVersionPublishingProfile publishingProfile()
      Get the publishingProfile property: The publishing profile of a gallery image version.
      Returns:
      the publishingProfile value.
    • withPublishingProfile

      public GalleryApplicationVersionProperties withPublishingProfile(GalleryApplicationVersionPublishingProfile publishingProfile)
      Set the publishingProfile property: The publishing profile of a gallery image version.
      Parameters:
      publishingProfile - the publishingProfile value to set.
      Returns:
      the GalleryApplicationVersionProperties object itself.
    • safetyProfile

      Get the safetyProfile property: The safety profile of the Gallery Application Version.
      Returns:
      the safetyProfile value.
    • withSafetyProfile

      Set the safetyProfile property: The safety profile of the Gallery Application Version.
      Parameters:
      safetyProfile - the safetyProfile value to set.
      Returns:
      the GalleryApplicationVersionProperties object itself.
    • provisioningState

      public GalleryProvisioningState provisioningState()
      Get the provisioningState property: The current state of the gallery or gallery artifact. The provisioning state, which only appears in the response.
      Returns:
      the provisioningState value.
    • replicationStatus

      public ReplicationStatus replicationStatus()
      Get the replicationStatus property: This is the replication status of the gallery image version.
      Returns:
      the replicationStatus value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.