Package version:

Interface CommunityGalleryImageVersionList

The List Community Gallery Image versions operation response.

interface CommunityGalleryImageVersionList {
    nextLink?: string;
    value: CommunityGalleryImageVersion[];
}

Properties

Properties

nextLink?: string

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.

A list of community gallery image versions.