PurchasePlan Class
Used for establishing the purchase context of any 3rd Party artifact through MarketPlace.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.compute._serialization.ModelPurchasePlan
Constructor
PurchasePlan(*, publisher: str, name: str, product: str, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
publisher
|
The publisher ID. Required. |
name
|
The plan ID. Required. |
product
|
Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element. Required. |
Variables
Name | Description |
---|---|
publisher
|
The publisher ID. Required. |
name
|
The plan ID. Required. |
product
|
Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element. Required. |
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python