Class GalleryImageIdentifier

java.lang.Object
com.azure.resourcemanager.compute.models.GalleryImageIdentifier
All Implemented Interfaces:
com.azure.json.JsonSerializable<GalleryImageIdentifier>

public final class GalleryImageIdentifier extends Object implements com.azure.json.JsonSerializable<GalleryImageIdentifier>
This is the gallery image definition identifier.
  • Constructor Details

    • GalleryImageIdentifier

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

    • publisher

      public String publisher()
      Get the publisher property: The name of the gallery image definition publisher.
      Returns:
      the publisher value.
    • withPublisher

      public GalleryImageIdentifier withPublisher(String publisher)
      Set the publisher property: The name of the gallery image definition publisher.
      Parameters:
      publisher - the publisher value to set.
      Returns:
      the GalleryImageIdentifier object itself.
    • offer

      public String offer()
      Get the offer property: The name of the gallery image definition offer.
      Returns:
      the offer value.
    • withOffer

      public GalleryImageIdentifier withOffer(String offer)
      Set the offer property: The name of the gallery image definition offer.
      Parameters:
      offer - the offer value to set.
      Returns:
      the GalleryImageIdentifier object itself.
    • sku

      public String sku()
      Get the sku property: The name of the gallery image definition SKU.
      Returns:
      the sku value.
    • withSku

      public GalleryImageIdentifier withSku(String sku)
      Set the sku property: The name of the gallery image definition SKU.
      Parameters:
      sku - the sku value to set.
      Returns:
      the GalleryImageIdentifier 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<GalleryImageIdentifier>
      Throws:
      IOException
    • fromJson

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