Dela via


BillingBenefitsSavingsPlanUtilization Class

Definition

Savings plan utilization.

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

Properties

Aggregates

The array of aggregates of a savings plan's utilization.

Trend

The number of days trend for a savings plan.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BillingBenefitsSavingsPlanUtilization>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BillingBenefitsSavingsPlanUtilization>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BillingBenefitsSavingsPlanUtilization>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BillingBenefitsSavingsPlanUtilization>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BillingBenefitsSavingsPlanUtilization>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to