ConsumptionReservationDetail 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 detail resource.
public class ConsumptionReservationDetail : Azure.ResourceManager.Models.ResourceData
public class ConsumptionReservationDetail : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Consumption.Models.ConsumptionReservationDetail>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Consumption.Models.ConsumptionReservationDetail>
type ConsumptionReservationDetail = class
inherit ResourceData
type ConsumptionReservationDetail = class
inherit ResourceData
interface IJsonModel<ConsumptionReservationDetail>
interface IPersistableModel<ConsumptionReservationDetail>
Public Class ConsumptionReservationDetail
Inherits ResourceData
Public Class ConsumptionReservationDetail
Inherits ResourceData
Implements IJsonModel(Of ConsumptionReservationDetail), IPersistableModel(Of ConsumptionReservationDetail)
- Inheritance
- Implements
Properties
ConsumptionOccurredOn |
The date on which consumption occurred. |
ETag |
The etag for the resource. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
InstanceFlexibilityGroup |
The instance Flexibility Group. |
InstanceFlexibilityRatio |
The instance Flexibility Ratio. |
InstanceId |
This identifier is the name of the resource or the fully qualified Resource ID. |
Kind |
The reservation kind. |
Name |
The name of the resource. (Inherited from ResourceData) |
ReservationId |
The reservation ID is the identifier of a reservation within a reservation order. Each reservation is the grouping for applying the benefit scope and also specifies the number of instances to which the reservation benefit can be applied to. |
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. |
ReservedHours |
This is the total hours reserved for the day. E.g. if reservation for 1 instance was made on 1 PM, this will be 11 hours for that day and 24 hours from subsequent days. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
SkuName |
This is the ARM Sku name. It can be used to join with the serviceType field in additional info in usage records. |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Tags |
Resource tags. |
TotalReservedQuantity |
This is the total count of instances that are reserved for the reservationId. |
UsedHours |
This is the total hours used by the instance. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
Explicit Interface Implementations
IJsonModel<ConsumptionReservationDetail>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ConsumptionReservationDetail>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ConsumptionReservationDetail>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ConsumptionReservationDetail>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ConsumptionReservationDetail>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET