共用方式為


ReservationUtilizationAggregates Class

Definition

The aggregate values of reservation utilization.

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

Properties

Grain

The grain of the aggregate.

GrainUnit

The grain unit of the aggregate.

Value

The aggregate value.

ValueUnit

The aggregate value unit.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

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