Package version:

Interface GalleryImageVersionList

The List Gallery Image version operation response.

interface GalleryImageVersionList {
    nextLink?: string;
    value: GalleryImageVersion[];
}

Properties

Properties

nextLink?: string

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

A list of gallery image versions.