Package version:

Interface GalleryApplicationVersionList

The List Gallery Application version operation response.

interface GalleryApplicationVersionList {
    nextLink?: string;
    value: GalleryApplicationVersion[];
}

Properties

Properties

nextLink?: string

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

A list of gallery Application Versions.