CommunityGalleryImageIdentifier Class

This is the community gallery image definition identifier.

Inheritance
azure.mgmt.compute._serialization.Model
CommunityGalleryImageIdentifier

Constructor

CommunityGalleryImageIdentifier(*, publisher: str | None = None, offer: str | None = None, sku: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
publisher
str

The name of the gallery image definition publisher.

offer
str

The name of the gallery image definition offer.

sku
str

The name of the gallery image definition SKU.

Variables

Name Description
publisher
str

The name of the gallery image definition publisher.

offer
str

The name of the gallery image definition offer.

sku
str

The name of the gallery image definition SKU.