GalleryList Class
The List Galleries operation response.
All required parameters must be populated in order to send to server.
Constructor
GalleryList(*, value: list['_models.Gallery'], next_link: str | None = None, security_profile: _models.ImageVersionSecurityProfile | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
value
|
A list of galleries. Required. |
|
next_link
|
The uri to fetch the next page of galleries. Call ListNext() with this to fetch the next page of galleries. Default value: None
|
|
security_profile
|
The security profile of a gallery image version. Default value: None
|
Variables
| Name | Description |
|---|---|
|
value
|
A list of galleries. Required. |
|
next_link
|
The uri to fetch the next page of galleries. Call ListNext() with this to fetch the next page of galleries. |
|
security_profile
|
The security profile of a gallery image version. |