PurchasePlanAutoGenerated 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.ModelPurchasePlanAutoGenerated
Constructor
PurchasePlanAutoGenerated(*, 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. |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python