GalleryApplicationVersionList Class

The List Gallery Application version operation response.

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

Inheritance
GalleryApplicationVersionList

Constructor

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

Parameters

value
list[GalleryApplicationVersion]
Required

Required. A list of gallery Application Versions.

next_link
str
Required

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