GalleryImageVersionList Class

The List Gallery Image version operation response.

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

Inheritance
GalleryImageVersionList

Constructor

GalleryImageVersionList(*, value: List[azure.mgmt.compute.v2019_03_01.models._models_py3.GalleryImageVersion], next_link: Optional[str] = None, **kwargs)

Parameters

value
list[GalleryImageVersion]
Required

Required. A list of gallery Image Versions.

next_link
str
Required

The uri to fetch the next page of gallery Image Versions. Call ListNext() with this to fetch the next page of gallery Image Versions.