Package version:

Interface DiskPurchasePlan

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

interface DiskPurchasePlan {
    name: string;
    product: string;
    promotionCode?: 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.

promotionCode?: string

The Offer Promotion Code.

publisher: string

The publisher ID.