Class GalleryImageIdentifier

java.lang.Object
com.microsoft.azure.management.compute.GalleryImageIdentifier

public class GalleryImageIdentifier extends Object
This is the gallery Image Definition identifier.
  • Constructor Details

    • GalleryImageIdentifier

      public GalleryImageIdentifier()
  • Method Details

    • publisher

      public String publisher()
      Get the name of the gallery Image Definition publisher.
      Returns:
      the publisher value
    • withPublisher

      public GalleryImageIdentifier withPublisher(String publisher)
      Set 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 name of the gallery Image Definition offer.
      Returns:
      the offer value
    • withOffer

      public GalleryImageIdentifier withOffer(String offer)
      Set 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 name of the gallery Image Definition SKU.
      Returns:
      the sku value
    • withSku

      public GalleryImageIdentifier withSku(String sku)
      Set the name of the gallery Image Definition SKU.
      Parameters:
      sku - the sku value to set
      Returns:
      the GalleryImageIdentifier object itself.