Package version:

Interface PurchasePlan

Used for establishing the purchase context of any 3rd Party artifact through MarketPlace.

interface PurchasePlan {
    name: string;
    product: string;
    publisher: string;
}

Properties

name: string

The plan ID.

product: string

Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element.

publisher: string

The publisher ID.