ProductProperties Class
A product.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.billing._serialization.ModelProductProperties
Constructor
ProductProperties(*, auto_renew: str | _models.AutoRenew | None = None, last_charge: _models.ProductPropertiesLastCharge | None = None, reseller: _models.ProductPropertiesReseller | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
auto_renew
|
Indicates whether auto renewal is turned on or off for a product. Known values are: "Off" and "On". |
last_charge
|
The last month charges. |
reseller
|
Reseller for this product. The fields is not available for Microsoft Partner Agreement products. |
Variables
Name | Description |
---|---|
auto_renew
|
Indicates whether auto renewal is turned on or off for a product. Known values are: "Off" and "On". |
availability_id
|
The availability of the product. |
billing_frequency
|
The frequency at which the product will be billed. |
billing_profile_id
|
The ID of the billing profile to which the product is billed. |
billing_profile_display_name
|
The name of the billing profile to which the product is billed. |
customer_id
|
The ID of the customer for whom the product was purchased. The field is applicable only for Microsoft Partner Agreement billing account. |
customer_display_name
|
The name of the customer for whom the product was purchased. The field is applicable only for Microsoft Partner Agreement billing account. |
display_name
|
The display name of the product. |
end_date
|
The date when the product will be renewed or canceled. |
invoice_section_id
|
The ID of the invoice section to which the product is billed. |
invoice_section_display_name
|
The name of the invoice section to which the product is billed. |
last_charge
|
The last month charges. |
last_charge_date
|
The date of the last charge. |
product_type
|
The description of the type of product. |
product_type_id
|
The ID of the type of product. |
sku_id
|
The sku ID of the product. |
sku_description
|
The sku description of the product. |
purchase_date
|
The date when the product was purchased. |
quantity
|
The quantity purchased for the product. |
status
|
str or
ProductStatus
The status of the product. Known values are: "Other", "Active", "Disabled", "Deleted", "PastDue", "Expiring", "Expired", "AutoRenew", "Canceled", and "Suspended". |
tenant_id
|
The id of the tenant in which the product is used. |
reseller
|
Reseller for this product. The fields is not available for Microsoft Partner Agreement products. |
Azure SDK for Python