你当前正在访问 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.

Constructor

ImagePurchasePlan(*args: Any, **kwargs: Any)

Variables

Name Description
name
str

The plan ID.

publisher
str

The publisher ID.

product
str

The product ID.

Attributes

name

The plan ID.

name: str | None

product

The product ID.

product: str | None

publisher

The publisher ID.

publisher: str | None