Class GalleryImageList
java.lang.Object
com.azure.resourcemanager.compute.models.GalleryImageList
The List Gallery Images operation response.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnextLink()Get the nextLink property: The uri to fetch the next page of Image Definitions in the Shared Image Gallery.voidvalidate()Validates the instance.value()Get the value property: A list of Shared Image Gallery images.withNextLink(String nextLink) Set the nextLink property: The uri to fetch the next page of Image Definitions in the Shared Image Gallery.withValue(List<GalleryImageInner> value) Set the value property: A list of Shared Image Gallery images.
-
Constructor Details
-
GalleryImageList
public GalleryImageList()Creates an instance of GalleryImageList class.
-
-
Method Details
-
value
Get the value property: A list of Shared Image Gallery images.- Returns:
- the value value.
-
withValue
Set the value property: A list of Shared Image Gallery images.- Parameters:
value- the value value to set.- Returns:
- the GalleryImageList object itself.
-
nextLink
Get the nextLink property: The uri to fetch the next page of Image Definitions in the Shared Image Gallery. Call ListNext() with this to fetch the next page of gallery image definitions.- Returns:
- the nextLink value.
-
withNextLink
Set the nextLink property: The uri to fetch the next page of Image Definitions in the Shared Image Gallery. Call ListNext() with this to fetch the next page of gallery image definitions.- Parameters:
nextLink- the nextLink value to set.- Returns:
- the GalleryImageList object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-