ImagePurchasePlan Class
Describes the gallery image definition purchase plan. This is used by marketplace images.
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. Default value: None
|
publisher
|
The publisher ID. Default value: None
|
product
|
The product ID. Default value: None
|
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