Package version:

Interface GalleryImageList

The List Gallery Images operation response.

interface GalleryImageList {
    nextLink?: string;
    value: GalleryImage[];
}

Properties

Properties

nextLink?: string

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.

value: GalleryImage[]

A list of Shared Image Gallery images.