GalleryList Class

The List Galleries operation response.

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

Inheritance
GalleryList

Constructor

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

Parameters

value
list[Gallery]
Required

Required. A list of galleries.

next_link
str
Required

The uri to fetch the next page of galleries. Call ListNext() with this to fetch the next page of galleries.