Class SharedGalleryInner

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

public final class SharedGalleryInner extends PirSharedGalleryResource
Specifies information about the Shared Gallery that you want to create or update.
  • Constructor Details

    • SharedGalleryInner

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

    • location

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

      public String name()
      Get the name property: Resource name.
      Overrides:
      name in class PirSharedGalleryResource
      Returns:
      the name 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 SharedGalleryInner 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 SharedGalleryInner object itself.
    • artifactTags

      public Map<String,String> artifactTags()
      Get the artifactTags property: The artifact tags of a shared gallery resource.
      Returns:
      the artifactTags value.
    • 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 SharedGalleryInner fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of SharedGalleryInner from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of SharedGalleryInner 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 SharedGalleryInner.