CachedImagesListResult interface

The response containing cached images.

Properties

nextLink

The URI to fetch the next page of cached images.

value

The list of cached images.

Property Details

The URI to fetch the next page of cached images.

nextLink?: string

Property Value

string

value

The list of cached images.

value?: CachedImages[]

Property Value