GalleryApplicationListOutput interface
The List Gallery Applications operation response.
Properties
| next |
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. |
| value | A list of Gallery Applications. |
Property Details
nextLink
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.
nextLink?: string
Property Value
string
value
A list of Gallery Applications.
value: GalleryApplicationOutput[]