GalleryApplicationList Class

The List Gallery Applications operation response.

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

Inheritance
GalleryApplicationList

Constructor

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

Parameters

value
list[GalleryApplication]
Required

Required. A list of Gallery Applications.

next_link
str
Required

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