ProductDetails Class
Details of the product that is transferred.
- Inheritance
-
azure.mgmt.billing._serialization.ModelProductDetails
Constructor
ProductDetails(*, product_type: str | _models.ProductType | None = None, product_id: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
product_type
|
str or
ProductType
Type of the product that is transferred. Known values are: "AzureSubscription", "AzureReservation", "Department", "SavingsPlan", and "SAAS". |
product_id
|
The ID of the product that is transferred. |
Variables
Name | Description |
---|---|
product_type
|
str or
ProductType
Type of the product that is transferred. Known values are: "AzureSubscription", "AzureReservation", "Department", "SavingsPlan", and "SAAS". |
product_id
|
The ID of the product that is transferred. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python