GalleryImageVersionList interface

The List Gallery Image version operation response.

Properties

nextLink

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

value

A list of gallery image versions.

Property Details

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

nextLink?: string

Property Value

string

value

A list of gallery image versions.

value: GalleryImageVersion[]

Property Value