Package version:

Interface SharedGalleryImageVersionList

The List Shared Gallery Image versions operation response.

interface SharedGalleryImageVersionList {
    nextLink?: string;
    value: SharedGalleryImageVersion[];
}

Properties

Properties

nextLink?: string

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

A list of shared gallery images versions.