Condividi tramite


BillingBenefitsSavingsPlanUtilizationAggregate Class

Definition

The aggregate values of savings plan utilization.

public class BillingBenefitsSavingsPlanUtilizationAggregate : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.BillingBenefits.Models.BillingBenefitsSavingsPlanUtilizationAggregate>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.BillingBenefits.Models.BillingBenefitsSavingsPlanUtilizationAggregate>
type BillingBenefitsSavingsPlanUtilizationAggregate = class
    interface IJsonModel<BillingBenefitsSavingsPlanUtilizationAggregate>
    interface IPersistableModel<BillingBenefitsSavingsPlanUtilizationAggregate>
Public Class BillingBenefitsSavingsPlanUtilizationAggregate
Implements IJsonModel(Of BillingBenefitsSavingsPlanUtilizationAggregate), IPersistableModel(Of BillingBenefitsSavingsPlanUtilizationAggregate)
Inheritance
BillingBenefitsSavingsPlanUtilizationAggregate
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<BillingBenefitsSavingsPlanUtilizationAggregate>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BillingBenefitsSavingsPlanUtilizationAggregate>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BillingBenefitsSavingsPlanUtilizationAggregate>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BillingBenefitsSavingsPlanUtilizationAggregate>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BillingBenefitsSavingsPlanUtilizationAggregate>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to