你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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.