Class SharedGalleryImageVersionList

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

public final class SharedGalleryImageVersionList extends Object
The List Shared Gallery Image versions operation response.
  • Constructor Details

    • SharedGalleryImageVersionList

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

    • value

      Get the value property: A list of shared gallery images versions.
      Returns:
      the value value.
    • withValue

      Set the value property: A list of shared gallery images versions.
      Parameters:
      value - the value value to set.
      Returns:
      the SharedGalleryImageVersionList object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The uri to fetch the next page of shared gallery image versions. Call ListNext() with this to fetch the next page of shared gallery image versions.
      Returns:
      the nextLink value.
    • withNextLink

      public SharedGalleryImageVersionList withNextLink(String nextLink)
      Set the nextLink property: The uri to fetch the next page of shared gallery image versions. Call ListNext() with this to fetch the next page of shared gallery image versions.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the SharedGalleryImageVersionList object itself.
    • validate

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