Package version:

Interface CommunityGalleryImageIdentifier

This is the community gallery image definition identifier.

interface CommunityGalleryImageIdentifier {
    offer?: string;
    publisher?: string;
    sku?: string;
}

Properties

offer?: string

The name of the gallery image definition offer.

publisher?: string

The name of the gallery image definition publisher.

sku?: string

The name of the gallery image definition SKU.