Class CommunityGalleryImageVersionInner

java.lang.Object
com.azure.resourcemanager.compute.models.PirCommunityGalleryResource
com.azure.resourcemanager.compute.fluent.models.CommunityGalleryImageVersionInner

public final class CommunityGalleryImageVersionInner extends PirCommunityGalleryResource
Specifies information about the gallery image version that you want to create or update.
  • Constructor Details

    • CommunityGalleryImageVersionInner

      public CommunityGalleryImageVersionInner()
  • Method Details

    • withUniqueId

      public CommunityGalleryImageVersionInner withUniqueId(String uniqueId)
      Set the uniqueId property: The unique id of this community gallery.
      Overrides:
      withUniqueId in class PirCommunityGalleryResource
      Parameters:
      uniqueId - the uniqueId value to set.
      Returns:
      the PirCommunityGalleryResource object itself.
    • publishedDate

      public OffsetDateTime publishedDate()
      Get the publishedDate property: The published date of the gallery image version Definition. This property can be used for decommissioning purposes. This property is updatable.
      Returns:
      the publishedDate value.
    • withPublishedDate

      public CommunityGalleryImageVersionInner withPublishedDate(OffsetDateTime publishedDate)
      Set the publishedDate property: The published date of the gallery image version Definition. This property can be used for decommissioning purposes. This property is updatable.
      Parameters:
      publishedDate - the publishedDate value to set.
      Returns:
      the CommunityGalleryImageVersionInner object itself.
    • endOfLifeDate

      public OffsetDateTime endOfLifeDate()
      Get the endOfLifeDate property: The end of life date of the gallery image version Definition. This property can be used for decommissioning purposes. This property is updatable.
      Returns:
      the endOfLifeDate value.
    • withEndOfLifeDate

      public CommunityGalleryImageVersionInner withEndOfLifeDate(OffsetDateTime endOfLifeDate)
      Set the endOfLifeDate property: The end of life date of the gallery image version Definition. This property can be used for decommissioning purposes. This property is updatable.
      Parameters:
      endOfLifeDate - the endOfLifeDate value to set.
      Returns:
      the CommunityGalleryImageVersionInner object itself.
    • excludeFromLatest

      public Boolean excludeFromLatest()
      Get the excludeFromLatest property: If set to true, Virtual Machines deployed from the latest version of the Image Definition won't use this Image Version.
      Returns:
      the excludeFromLatest value.
    • withExcludeFromLatest

      public CommunityGalleryImageVersionInner withExcludeFromLatest(Boolean excludeFromLatest)
      Set the excludeFromLatest property: If set to true, Virtual Machines deployed from the latest version of the Image Definition won't use this Image Version.
      Parameters:
      excludeFromLatest - the excludeFromLatest value to set.
      Returns:
      the CommunityGalleryImageVersionInner object itself.
    • storageProfile

      public SharedGalleryImageVersionStorageProfile storageProfile()
      Get the storageProfile property: Describes the storage profile of the image version.
      Returns:
      the storageProfile value.
    • withStorageProfile

      Set the storageProfile property: Describes the storage profile of the image version.
      Parameters:
      storageProfile - the storageProfile value to set.
      Returns:
      the CommunityGalleryImageVersionInner object itself.
    • validate

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