Class GalleryImageList
- java.lang.Object
-
- com.azure.resourcemanager.compute.models.GalleryImageList
-
public final class GalleryImageList extends Object
The List Gallery Images operation response.
-
-
Constructor Summary
Constructors Constructor Description GalleryImageList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: The uri to fetch the next page of Image Definitions in the Shared Image Gallery.voidvalidate()Validates the instance.List<GalleryImageInner>value()Get the value property: A list of Shared Image Gallery images.GalleryImageListwithNextLink(String nextLink)Set the nextLink property: The uri to fetch the next page of Image Definitions in the Shared Image Gallery.GalleryImageListwithValue(List<GalleryImageInner> value)Set the value property: A list of Shared Image Gallery images.
-
-
-
Method Detail
-
value
public List<GalleryImageInner> value()
Get the value property: A list of Shared Image Gallery images.- Returns:
- the value value.
-
withValue
public GalleryImageList withValue(List<GalleryImageInner> value)
Set the value property: A list of Shared Image Gallery images.- Parameters:
value- the value value to set.- Returns:
- the GalleryImageList object itself.
-
nextLink
public String 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
public GalleryImageList withNextLink(String nextLink)
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.
-
-