ProductProperties Class

A product.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.billing._serialization.Model
ProductProperties

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
str

The availability of the product.

billing_frequency
str

The frequency at which the product will be billed.

billing_profile_id
str

The ID of the billing profile to which the product is billed.

billing_profile_display_name
str

The name of the billing profile to which the product is billed.

customer_id
str

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
str

The name of the customer for whom the product was purchased. The field is applicable only for Microsoft Partner Agreement billing account.

display_name
str

The display name of the product.

end_date
str

The date when the product will be renewed or canceled.

invoice_section_id
str

The ID of the invoice section to which the product is billed.

invoice_section_display_name
str

The name of the invoice section to which the product is billed.

last_charge

The last month charges.

last_charge_date
str

The date of the last charge.

product_type
str

The description of the type of product.

product_type_id
str

The ID of the type of product.

sku_id
str

The sku ID of the product.

sku_description
str

The sku description of the product.

purchase_date
str

The date when the product was purchased.

quantity
int

The quantity purchased for the product.

status

The status of the product. Known values are: "Other", "Active", "Disabled", "Deleted", "PastDue", "Expiring", "Expired", "AutoRenew", "Canceled", and "Suspended".

tenant_id
str

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.