GalleryImageList Class

The List Gallery Images operation response.

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

Inheritance
GalleryImageList

Constructor

GalleryImageList(*, value: List[azure.mgmt.compute.v2019_07_01.models._models_py3.GalleryImage], next_link: Optional[str] = None, **kwargs)

Parameters

value
list[GalleryImage]
Required

Required. A list of Shared Image Gallery images.

next_link
str
Required

The uri to fetch the next page of Image Definitions in the Shared Image Gallery. Call ListNext() with this to fetch the next page of gallery Image Definitions.