Package version:

Interface GalleryImageIdentifier

This is the gallery image definition identifier.

interface GalleryImageIdentifier {
    offer: string;
    publisher: string;
    sku: string;
}

Properties

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.