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. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python