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.
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. Default value: None
|
publisher_contact
|
Community gallery publisher contact email. Default value: None
|
eula
|
Community gallery publisher eula. Default value: None
|
public_name_prefix
|
Community gallery public name prefix. Default value: None
|
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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python