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
|
The plan ID. Required. |
|
publisher
|
The publisher ID. Required. |
|
product
|
Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element. Required. |
|
promotion_code
|
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