ReservationTransaction Class
Reservation transaction resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.consumption.models._models_py3.ReservationTransactionResourceReservationTransaction
Constructor
ReservationTransaction(**kwargs)
Variables
Name | Description |
---|---|
id
|
Resource Id. |
name
|
Resource name. |
type
|
Resource type. |
tags
|
A set of tags. Resource tags. |
event_date
|
The date of the transaction. |
reservation_order_id
|
The reservation order ID is the identifier for a reservation purchase. Each reservation order ID represents a single purchase transaction. A reservation order contains reservations. The reservation order specifies the VM size and region for the reservations. |
description
|
The description of the transaction. |
event_type
|
The type of the transaction (Purchase, Cancel, etc.). |
quantity
|
The quantity of the transaction. |
amount
|
The charge of the transaction. |
currency
|
The ISO currency in which the transaction is charged, for example, USD. |
reservation_order_name
|
The name of the reservation order. |
purchasing_enrollment
|
The purchasing enrollment. |
purchasing_subscription_guid
|
The subscription guid that makes the transaction. |
purchasing_subscription_name
|
The subscription name that makes the transaction. |
arm_sku_name
|
This is the ARM Sku name. It can be used to join with the serviceType field in additional info in usage records. |
term
|
This is the term of the transaction. |
region
|
The region of the transaction. |
account_name
|
The name of the account that makes the transaction. |
account_owner_email
|
The email of the account owner that makes the transaction. |
department_name
|
The department name. |
cost_center
|
The cost center of this department if it is a department and a cost center is provided. |
current_enrollment
|
The current enrollment. |
billing_frequency
|
The billing frequency, which can be either one-time or recurring. |
billing_month
|
The billing month(yyyyMMdd), on which the event initiated. |
monetary_commitment
|
The monetary commitment amount at the enrollment scope. |
overage
|
The overage amount at the enrollment scope. |
Azure SDK for Python