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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python