SharedGalleryImageVersionList Class

The List Shared Gallery Image versions operation response.

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

Inheritance
SharedGalleryImageVersionList

Constructor

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

Parameters

value
list[SharedGalleryImageVersion]
Required

Required. A list of shared gallery images versions.

next_link
str
Required

The uri to fetch the next page of shared gallery image versions. Call ListNext() with this to fetch the next page of shared gallery image versions.