PurchasePlan Class

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

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.compute._serialization.Model
PurchasePlan

Constructor

PurchasePlan(*, publisher: str, name: str, product: str, **kwargs: Any)

Keyword-Only Parameters

Name Description
publisher
str

The publisher ID. Required.

name
str

The plan 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.

Variables

Name Description
publisher
str

The publisher ID. Required.

name
str

The plan 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.