Package version:

Interface ImagePurchasePlan

Describes the gallery image definition purchase plan. This is used by marketplace images.

interface ImagePurchasePlan {
    name?: string;
    product?: string;
    publisher?: string;
}

Properties

name?: string

The plan ID.

product?: string

The product ID.

publisher?: string

The publisher ID.