GalleryImageReferenceFragment Class

The reference information for an Azure Marketplace image.

Inheritance
GalleryImageReferenceFragment

Constructor

GalleryImageReferenceFragment(*, offer: Optional[str] = None, publisher: Optional[str] = None, sku: Optional[str] = None, os_type: Optional[str] = None, version: Optional[str] = None, **kwargs)

Parameters

offer
str
Required

The offer of the gallery image.

publisher
str
Required

The publisher of the gallery image.

sku
str
Required

The SKU of the gallery image.

os_type
str
Required

The OS type of the gallery image.

version
str
Required

The version of the gallery image.