ProductDetails Class

Details of the product that is transferred.

Inheritance
azure.mgmt.billing._serialization.Model
ProductDetails

Constructor

ProductDetails(*, product_type: str | _models.ProductType | None = None, product_id: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
product_type

Type of the product that is transferred. Known values are: "AzureSubscription", "AzureReservation", "Department", "SavingsPlan", and "SAAS".

product_id
str

The ID of the product that is transferred.

Variables

Name Description
product_type

Type of the product that is transferred. Known values are: "AzureSubscription", "AzureReservation", "Department", "SavingsPlan", and "SAAS".

product_id
str

The ID of the product that is transferred.