你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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