LotSummary Class
A lot summary resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.consumption.models._models_py3.ProxyResourceLotSummary
Constructor
LotSummary(*, e_tag: str | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
e_tag
|
eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not. |
Variables
Name | Description |
---|---|
id
|
Resource Id. |
name
|
Resource name. |
type
|
Resource type. |
e_tag
|
eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not. |
original_amount
|
The original amount of a lot. |
closed_balance
|
The balance as of the last invoice. |
source
|
The source of the lot. Known values are: "PurchasedCredit", "PromotionalCredit", "ConsumptionCommitment". |
start_date
|
The date when the lot became effective. |
expiration_date
|
The expiration date of a lot. |
po_number
|
The po number of the invoice on which the lot was added. This property is not available for ConsumptionCommitment lots. |
purchased_date
|
The date when the lot was added. |
status
|
The status of the lot. Known values are: "None", "Active", "Inactive", "Expired", "Complete", "Canceled". |
credit_currency
|
The currency of the lot. |
billing_currency
|
The billing currency of the lot. |
original_amount_in_billing_currency
|
The original amount of a lot in billing currency. |
closed_balance_in_billing_currency
|
The balance as of the last invoice in billing currency. |
reseller
|
The reseller of the lot. |
e_tag_properties_e_tag
|
The eTag for the resource. |
Azure SDK for Python