Class SharedGalleryImageVersionInner

All Implemented Interfaces:
com.azure.json.JsonSerializable<PirResource>

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

    • SharedGalleryImageVersionInner

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

    • name

      public String name()
      Get the name property: Resource name.
      Overrides:
      name in class PirSharedGalleryResource
      Returns:
      the name value.
    • location

      public String location()
      Get the location property: Resource location.
      Overrides:
      location in class PirSharedGalleryResource
      Returns:
      the location value.
    • uniqueId

      public String uniqueId()
      Get the uniqueId property: The unique id of this shared gallery.
      Overrides:
      uniqueId in class PirSharedGalleryResource
      Returns:
      the uniqueId value.
    • withUniqueId

      public SharedGalleryImageVersionInner withUniqueId(String uniqueId)
      Set the uniqueId property: The unique id of this shared gallery.
      Overrides:
      withUniqueId in class PirSharedGalleryResource
      Parameters:
      uniqueId - the uniqueId value to set.
      Returns:
      the SharedGalleryImageVersionInner 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 SharedGalleryImageVersionInner 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 SharedGalleryImageVersionInner 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 SharedGalleryImageVersionInner 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 SharedGalleryImageVersionInner 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 SharedGalleryImageVersionInner 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 SharedGalleryImageVersionInner object itself.
    • storageProfile

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

      public SharedGalleryImageVersionInner withStorageProfile(SharedGalleryImageVersionStorageProfile storageProfile)
      Set the storageProfile property: Describes the storage profile of the image version.
      Parameters:
      storageProfile - the storageProfile value to set.
      Returns:
      the SharedGalleryImageVersionInner object itself.
    • artifactTags

      public Map<String,String> artifactTags()
      Get the artifactTags property: The artifact tags of a shared gallery resource.
      Returns:
      the artifactTags value.
    • withArtifactTags

      public SharedGalleryImageVersionInner withArtifactTags(Map<String,String> artifactTags)
      Set the artifactTags property: The artifact tags of a shared gallery resource.
      Parameters:
      artifactTags - the artifactTags value to set.
      Returns:
      the SharedGalleryImageVersionInner object itself.
    • validate

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

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<PirResource>
      Overrides:
      toJson in class PirSharedGalleryResource
      Throws:
      IOException
    • fromJson

      public static SharedGalleryImageVersionInner fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of SharedGalleryImageVersionInner from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of SharedGalleryImageVersionInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
      Throws:
      IOException - If an error occurs while reading the SharedGalleryImageVersionInner.