TimeseriesDataPoint Class

Definition

Defines a timeseries datapoint used in a timeseries

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.TimeseriesDataPointTypeConverter))]
public class TimeseriesDataPoint : Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ITimeseriesDataPoint
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.TimeseriesDataPointTypeConverter))>]
type TimeseriesDataPoint = class
    interface ITimeseriesDataPoint
    interface IJsonSerializable
Public Class TimeseriesDataPoint
Implements ITimeseriesDataPoint
Inheritance
TimeseriesDataPoint
Attributes
Implements

Constructors

Name Description
TimeseriesDataPoint()

Creates an new TimeseriesDataPoint instance.

Properties

Name Description
DateTimeUtc

The DateTime of the Timeseries data point in UTC

Value

The Value of the Timeseries data point

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TimeseriesDataPoint.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TimeseriesDataPoint.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ITimeseriesDataPoint.

FromJsonString(String)

Creates a new instance of TimeseriesDataPoint, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of TimeseriesDataPoint into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to