Class CommunityGalleryImageIdentifier

java.lang.Object
com.azure.resourcemanager.compute.models.CommunityGalleryImageIdentifier

public final class CommunityGalleryImageIdentifier extends Object
This is the community gallery image definition identifier.
  • Constructor Details

    • CommunityGalleryImageIdentifier

      public CommunityGalleryImageIdentifier()
      Creates an instance of CommunityGalleryImageIdentifier 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 CommunityGalleryImageIdentifier withPublisher(String publisher)
      Set the publisher property: The name of the gallery image definition publisher.
      Parameters:
      publisher - the publisher value to set.
      Returns:
      the CommunityGalleryImageIdentifier object itself.
    • offer

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

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

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

      Set the sku property: The name of the gallery image definition SKU.
      Parameters:
      sku - the sku value to set.
      Returns:
      the CommunityGalleryImageIdentifier object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.