SavingsPlanUtilization Class

Definition

Savings plan utilization.

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

Properties

Aggregates

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

Trend

The trend for a savings plan's utilization.

Explicit Interface Implementations

IJsonModel<SavingsPlanUtilization>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SavingsPlanUtilization>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SavingsPlanUtilization>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SavingsPlanUtilization>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SavingsPlanUtilization>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to