Share via


ReservationUtilizationAggregates Class

Definition

The aggregate values of reservation utilization.

public class ReservationUtilizationAggregates : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Billing.Models.ReservationUtilizationAggregates>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Billing.Models.ReservationUtilizationAggregates>
type ReservationUtilizationAggregates = class
    interface IJsonModel<ReservationUtilizationAggregates>
    interface IPersistableModel<ReservationUtilizationAggregates>
Public Class ReservationUtilizationAggregates
Implements IJsonModel(Of ReservationUtilizationAggregates), IPersistableModel(Of ReservationUtilizationAggregates)
Inheritance
ReservationUtilizationAggregates
Implements

Constructors

ReservationUtilizationAggregates()

Initializes a new instance of ReservationUtilizationAggregates.

Properties

Grain

The grain of the aggregate.

GrainUnit

The grain unit of the aggregate.

Value

The aggregate value.

ValueUnit

The aggregate value unit.

Explicit Interface Implementations

IJsonModel<ReservationUtilizationAggregates>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ReservationUtilizationAggregates>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ReservationUtilizationAggregates>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ReservationUtilizationAggregates>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ReservationUtilizationAggregates>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to