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
nextLink
The URI to fetch the next page of cached images.
nextLink?: string
Property Value
value
The list of cached images.
value?: CachedImages[]
Property Value