ArmFrontDoorModelFactory.FrontDoorTimeSeriesDataPoint Method
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.
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.
Returns
A new FrontDoorTimeSeriesDataPoint instance for mocking.