Package version:

Interface GalleryApplicationList

The List Gallery Applications operation response.

interface GalleryApplicationList {
    nextLink?: string;
    value: GalleryApplication[];
}

Properties

Properties

nextLink?: string

The uri to fetch the next page of Application Definitions in the Application Gallery. Call ListNext() with this to fetch the next page of gallery Application Definitions.

A list of Gallery Applications.