CachedImagesListResult Class

The response containing cached images.

Inheritance
CachedImagesListResult

Constructor

CachedImagesListResult(*, value: Optional[List[azure.mgmt.containerinstance.models._models_py3.CachedImages]] = None, next_link: Optional[str] = None, **kwargs)

Variables

value
list[CachedImages]

The list of cached images.

next_link
str

The URI to fetch the next page of cached images.