CommunityGalleryMetadata Class

The metadata of community gallery.

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.compute._serialization.Model
CommunityGalleryMetadata

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
str

The publisher URI of this community gallery.

publisher_contact
str

The publisher email id of this community gallery. Required.

eula
str

The end-user license agreement for this community gallery.

public_names

A list of public names the gallery has. Required.

privacy_statement_uri
str

The link for the privacy statement of this community gallery from the gallery publisher.

Variables

Name Description
publisher_uri
str

The publisher URI of this community gallery.

publisher_contact
str

The publisher email id of this community gallery. Required.

eula
str

The end-user license agreement for this community gallery.

public_names

A list of public names the gallery has. Required.

privacy_statement_uri
str

The link for the privacy statement of this community gallery from the gallery publisher.