ArmFrontDoorModelFactory.FrontDoorTimeSeriesDataPoint Method

Definition

public static Azure.ResourceManager.FrontDoor.Models.FrontDoorTimeSeriesDataPoint FrontDoorTimeSeriesDataPoint(DateTimeOffset? dateTimeUtc = default, float? value = default);
static member FrontDoorTimeSeriesDataPoint : Nullable<DateTimeOffset> * Nullable<single> -> Azure.ResourceManager.FrontDoor.Models.FrontDoorTimeSeriesDataPoint
Public Shared Function FrontDoorTimeSeriesDataPoint (Optional dateTimeUtc As Nullable(Of DateTimeOffset) = Nothing, Optional value As Nullable(Of Single) = Nothing) As FrontDoorTimeSeriesDataPoint

Parameters

dateTimeUtc
Nullable<DateTimeOffset>

The DateTime of the Timeseries data point in UTC.

value
Nullable<Single>

The Value of the Timeseries data point.

Returns

A new FrontDoorTimeSeriesDataPoint instance for mocking.

Applies to