ProductDetails Class
Details of the product that is transferred.
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". Default value: None
|
|
product_id
|
The ID of the product that is transferred. Default value: None
|
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. |