DiskPurchasePlan Class

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

Constructor

DiskPurchasePlan(*args: Any, **kwargs: Any)

Variables

Name Description
name
str

The plan ID. Required.

publisher
str

The publisher ID. Required.

product
str

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

promotion_code
str

The Offer Promotion Code.

Attributes

name

The plan ID. Required.

name: str

product

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

product: str

promotion_code

The Offer Promotion Code.

promotion_code: str | None

publisher

The publisher ID. Required.

publisher: str