ConsumptionModernReservationTransaction 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.
Modern Reservation transaction resource.
public class ConsumptionModernReservationTransaction : Azure.ResourceManager.Models.ResourceData
type ConsumptionModernReservationTransaction = class
inherit ResourceData
Public Class ConsumptionModernReservationTransaction
Inherits ResourceData
- Inheritance
Properties
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. |
BillingProfileId |
Billing profile Id. |
BillingProfileName |
Billing profile name. |
Currency |
The ISO currency in which the transaction is charged, for example, USD. |
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) |
Invoice |
Invoice Number. |
InvoiceId |
Invoice Id as on the invoice where the specific transaction appears. |
InvoiceSectionId |
Invoice Section Id. |
InvoiceSectionName |
Invoice Section Name. |
Name |
The name of the resource. (Inherited from ResourceData) |
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