Class PirSharedGalleryResource

java.lang.Object
com.azure.resourcemanager.compute.models.PirResource
com.azure.resourcemanager.compute.models.PirSharedGalleryResource
All Implemented Interfaces:
com.azure.json.JsonSerializable<PirResource>
Direct Known Subclasses:
SharedGalleryImageInner, SharedGalleryImageVersionInner, SharedGalleryInner

public class PirSharedGalleryResource extends PirResource
Base information about the shared gallery resource in pir.
  • Constructor Details

    • PirSharedGalleryResource

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

    • location

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

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

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

      public PirSharedGalleryResource withUniqueId(String uniqueId)
      Set the uniqueId property: The unique id of this shared gallery.
      Parameters:
      uniqueId - the uniqueId value to set.
      Returns:
      the PirSharedGalleryResource object itself.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class PirResource
      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 PirResource
      Throws:
      IOException
    • fromJson

      public static PirSharedGalleryResource fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of PirSharedGalleryResource from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of PirSharedGalleryResource 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 PirSharedGalleryResource.