Share via


FrontDoorTimeSeriesDataPoint Class

Definition

Defines a timeseries datapoint used in a timeseries.

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

Constructors

FrontDoorTimeSeriesDataPoint()

Initializes a new instance of FrontDoorTimeSeriesDataPoint.

Properties

DateTimeUtc

The DateTime of the Timeseries data point in UTC.

Value

The Value of the Timeseries data point.

Explicit Interface Implementations

IJsonModel<FrontDoorTimeSeriesDataPoint>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FrontDoorTimeSeriesDataPoint>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FrontDoorTimeSeriesDataPoint>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FrontDoorTimeSeriesDataPoint>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FrontDoorTimeSeriesDataPoint>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to