你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ImagePurchasePlan Class

Describes the gallery image definition purchase plan. This is used by marketplace images.

Inheritance
azure.mgmt.compute._serialization.Model
ImagePurchasePlan

Constructor

ImagePurchasePlan(*, name: str | None = None, publisher: str | None = None, product: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

The plan ID.

publisher
str

The publisher ID.

product
str

The product ID.

Variables

Name Description
name
str

The plan ID.

publisher
str

The publisher ID.

product
str

The product ID.