CommunityGalleryImageVersionListOutput interface
The List Community Gallery Image versions operation response.
Properties
| next |
The uri to fetch the next page of community gallery image versions. Call ListNext() with this to fetch the next page of community gallery image versions. |
| value | A list of community gallery image versions. |
Property Details
nextLink
The uri to fetch the next page of community gallery image versions. Call ListNext() with this to fetch the next page of community gallery image versions.
nextLink?: string
Property Value
string
value
A list of community gallery image versions.
value: CommunityGalleryImageVersionOutput[]