SharedGalleryList interface

The List Shared Galleries operation response.

Properties

nextLink

The uri to fetch the next page of shared galleries. Call ListNext() with this to fetch the next page of shared galleries.

value

A list of shared galleries.

Property Details

The uri to fetch the next page of shared galleries. Call ListNext() with this to fetch the next page of shared galleries.

nextLink?: string

Property Value

string

value

A list of shared galleries.

value: SharedGallery[]

Property Value