Package version:

Interface SharedGalleryImageList

The List Shared Gallery Images operation response.

interface SharedGalleryImageList {
    nextLink?: string;
    value: SharedGalleryImage[];
}

Properties

Properties

nextLink?: string

The uri to fetch the next page of shared gallery images. Call ListNext() with this to fetch the next page of shared gallery images.

A list of shared gallery images.