Sdílet prostřednictvím


ConsumptionSavingsProperties Class

Definition

Details of the estimated savings.

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

Properties

CalculatedSavings

List of calculated savings.

LookBackPeriod

Number of days of usage to look back used for computing the recommendation.

RecommendedQuantity

Number of recommended units of the resource.

ReservationOrderTerm

Term period of the reservation, ex: P1Y or P3Y.

SavingsType

Type of savings, ex: instance.

UnitOfMeasure

Measurement unit ex: hour etc.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ConsumptionSavingsProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConsumptionSavingsProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConsumptionSavingsProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConsumptionSavingsProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConsumptionSavingsProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to