CommunityGalleryInfo Class
Information of community gallery if current gallery is shared to community.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.compute._serialization.ModelCommunityGalleryInfo
Constructor
CommunityGalleryInfo(*, publisher_uri: str | None = None, publisher_contact: str | None = None, eula: str | None = None, public_name_prefix: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
publisher_uri
|
Community gallery publisher uri. |
publisher_contact
|
Community gallery publisher contact email. |
eula
|
Community gallery publisher eula. |
public_name_prefix
|
Community gallery public name prefix. |
Variables
Name | Description |
---|---|
publisher_uri
|
Community gallery publisher uri. |
publisher_contact
|
Community gallery publisher contact email. |
eula
|
Community gallery publisher eula. |
public_name_prefix
|
Community gallery public name prefix. |
community_gallery_enabled
|
Contains info about whether community gallery sharing is enabled. |
public_names
|
Community gallery public name list. |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python