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.Model
RenewalTermDetails

Constructor

RenewalTermDetails(*, quantity: int | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
quantity
int

The quantity of licenses or fulfillment units for the subscription.

Variables

Name Description
billing_frequency
str

The billing frequency in ISO8601 format of product in the subscription. Example: P1M, P3M, P1Y.

product_id
str

Id of the product for which the subscription is purchased.

product_type_id
str

Type Id of the product for which the subscription is purchased.

sku_id
str

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
str

The duration in ISO8601 format for which you can use the subscription. Example: P1M, P3M, P1Y.

quantity
int

The quantity of licenses or fulfillment units for the subscription.

term_end_date

End date of the term in UTC time.