Class PirCommunityGalleryResource

java.lang.Object
com.azure.resourcemanager.compute.models.PirCommunityGalleryResource
All Implemented Interfaces:
com.azure.json.JsonSerializable<PirCommunityGalleryResource>
Direct Known Subclasses:
CommunityGalleryImageInner, CommunityGalleryImageVersionInner, CommunityGalleryInner

public class PirCommunityGalleryResource extends Object implements com.azure.json.JsonSerializable<PirCommunityGalleryResource>
Base information about the community gallery resource in azure compute gallery.
  • Constructor Details

    • PirCommunityGalleryResource

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

    • name

      public String name()
      Get the name property: Resource name.
      Returns:
      the name value.
    • location

      public String location()
      Get the location property: Resource location.
      Returns:
      the location value.
    • type

      public String type()
      Get the type property: Resource type.
      Returns:
      the type value.
    • uniqueId

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

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

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

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