PurchasePlan Class

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

Inheritance
azure.mgmt.containerservice._serialization.Model
PurchasePlan

Constructor

PurchasePlan(*, name: str | None = None, product: str | None = None, promotion_code: str | None = None, publisher: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

The plan ID.

product
str

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

promotion_code
str

The promotion code.

publisher
str

The plan ID.

Variables

Name Description
name
str

The plan ID.

product
str

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

promotion_code
str

The promotion code.

publisher
str

The plan ID.