ImagePurchasePlan Class
Describes the gallery image definition purchase plan. This is used by marketplace images.
- Inheritance
-
azure.mgmt.compute._serialization.ModelImagePurchasePlan
Constructor
ImagePurchasePlan(*, name: str | None = None, publisher: str | None = None, product: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The plan ID. |
publisher
|
The publisher ID. |
product
|
The product ID. |
Variables
Name | Description |
---|---|
name
|
The plan ID. |
publisher
|
The publisher ID. |
product
|
The product ID. |