Sdílet prostřednictvím


TimeseriesDataPoint Constructors

Definition

Overloads

TimeseriesDataPoint()

Initializes a new instance of the TimeseriesDataPoint class.

TimeseriesDataPoint(String, Nullable<Double>)

Initializes a new instance of the TimeseriesDataPoint class.

TimeseriesDataPoint()

Initializes a new instance of the TimeseriesDataPoint class.

public TimeseriesDataPoint ();
Public Sub New ()

Applies to

TimeseriesDataPoint(String, Nullable<Double>)

Initializes a new instance of the TimeseriesDataPoint class.

public TimeseriesDataPoint (string dateTimeUtc = default, double? value = default);
new Microsoft.Azure.Management.FrontDoor.Models.TimeseriesDataPoint : string * Nullable<double> -> Microsoft.Azure.Management.FrontDoor.Models.TimeseriesDataPoint
Public Sub New (Optional dateTimeUtc As String = Nothing, Optional value As Nullable(Of Double) = Nothing)

Parameters

dateTimeUtc
String

The DateTime of the Timeseries data point in UTC

value
Nullable<Double>

The Value of the Timeseries data point

Applies to