Поделиться через


ForecastTimePeriod Class

Definition

Has time period for pulling data for the forecast.

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

Constructors

ForecastTimePeriod(DateTimeOffset, DateTimeOffset)

Initializes a new instance of ForecastTimePeriod.

Properties

From

The start date to pull data from.

To

The end date to pull data to.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ForecastTimePeriod>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ForecastTimePeriod>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ForecastTimePeriod>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ForecastTimePeriod>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ForecastTimePeriod>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to