Class SharedGalleryIdentifier

java.lang.Object
com.azure.resourcemanager.compute.fluent.models.SharedGalleryIdentifier

public final class SharedGalleryIdentifier extends Object
The identifier information of shared gallery.
  • Constructor Details

    • SharedGalleryIdentifier

      public SharedGalleryIdentifier()
  • Method Details

    • uniqueId

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

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

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