GalleryList Class
The List Galleries operation response.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.compute._serialization.ModelGalleryList
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. |
security_profile
|
The security profile of a gallery image version. |
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. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python