Package version:

Interface CommunityGalleryImageList

The List Community Gallery Images operation response.

interface CommunityGalleryImageList {
    nextLink?: string;
    value: CommunityGalleryImage[];
}

Properties

Properties

nextLink?: string

The URI to fetch the next page of community gallery images. Call ListNext() with this to fetch the next page of community gallery images.

A list of community gallery images.