ImageListResult Class

The List Image operation response.

All required parameters must be populated in order to send to Azure.

Inheritance
ImageListResult

Constructor

ImageListResult(*, value: List[azure.mgmt.compute.v2021_07_01.models._models_py3.Image], next_link: Optional[str] = None, **kwargs)

Parameters

value
list[Image]
Required

Required. The list of Images.

next_link
str
Required

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