TimeseriesDataPoint Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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