RenewalTermDetails Class
Details for the next renewal term of a subscription.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.billing._serialization.ModelRenewalTermDetails
Constructor
RenewalTermDetails(*, quantity: int | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
quantity
|
The quantity of licenses or fulfillment units for the subscription. |
Variables
Name | Description |
---|---|
billing_frequency
|
The billing frequency in ISO8601 format of product in the subscription. Example: P1M, P3M, P1Y. |
product_id
|
Id of the product for which the subscription is purchased. |
product_type_id
|
Type Id of the product for which the subscription is purchased. |
sku_id
|
The SKU ID of the product for which the subscription is purchased. This field is is only available for Microsoft Customer Agreement billing accounts. |
term_duration
|
The duration in ISO8601 format for which you can use the subscription. Example: P1M, P3M, P1Y. |
quantity
|
The quantity of licenses or fulfillment units for the subscription. |
term_end_date
|
End date of the term in UTC time. |
Azure SDK for Python