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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python