CommunityGalleryMetadata Class
The metadata of community gallery.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.compute._serialization.ModelCommunityGalleryMetadata
Constructor
CommunityGalleryMetadata(*, publisher_contact: str, public_names: List[str], publisher_uri: str | None = None, eula: str | None = None, privacy_statement_uri: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
publisher_uri
|
The publisher URI of this community gallery. |
publisher_contact
|
The publisher email id of this community gallery. Required. |
eula
|
The end-user license agreement for this community gallery. |
public_names
|
A list of public names the gallery has. Required. |
privacy_statement_uri
|
The link for the privacy statement of this community gallery from the gallery publisher. |
Variables
Name | Description |
---|---|
publisher_uri
|
The publisher URI of this community gallery. |
publisher_contact
|
The publisher email id of this community gallery. Required. |
eula
|
The end-user license agreement for this community gallery. |
public_names
|
A list of public names the gallery has. Required. |
privacy_statement_uri
|
The link for the privacy statement of this community gallery from the gallery publisher. |
Azure SDK for Python