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. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python