ConsumptionReservationTransaction Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reservation transaction resource.
public class ConsumptionReservationTransaction : Azure.ResourceManager.Models.ResourceData
type ConsumptionReservationTransaction = class
inherit ResourceData
Public Class ConsumptionReservationTransaction
Inherits ResourceData
- Inheritance
Properties
AccountName |
The name of the account that makes the transaction. |
AccountOwnerEmail |
The email of the account owner that makes the transaction. |
Amount |
The charge of the transaction. |
ArmSkuName |
This is the ARM Sku name. It can be used to join with the serviceType field in additional info in usage records. |
BillingFrequency |
The billing frequency, which can be either one-time or recurring. |
BillingMonth |
The billing month(yyyyMMdd), on which the event initiated. |
CostCenter |
The cost center of this department if it is a department and a cost center is provided. |
Currency |
The ISO currency in which the transaction is charged, for example, USD. |
CurrentEnrollment |
The current enrollment. |
DepartmentName |
The department name. |
Description |
The description of the transaction. |
EventType |
The type of the transaction (Purchase, Cancel or Refund). |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
MonetaryCommitment |
The monetary commitment amount at the enrollment scope. |
Name |
The name of the resource. (Inherited from ResourceData) |
Overage |
The overage amount at the enrollment scope. |
PurchasingEnrollment |
The purchasing enrollment. |
PurchasingSubscriptionGuid |
The subscription guid that makes the transaction. |
PurchasingSubscriptionName |
The subscription name that makes the transaction. |
Quantity |
The quantity of the transaction. |
Region |
The region of the transaction. |
ReservationOrderId |
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. |
ReservationOrderName |
The name of the reservation order. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Tags |
Resource tags. |
Term |
This is the term of the transaction. |
TransactOn |
The date of the transaction. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
Applies to
Azure SDK for .NET