Dela via


FrontDoorExperimentResourceGetTimeSeriesReportOptions Constructor

Definition

public FrontDoorExperimentResourceGetTimeSeriesReportOptions (DateTimeOffset startOn, DateTimeOffset endOn, Azure.ResourceManager.FrontDoor.Models.FrontDoorTimeSeriesAggregationInterval aggregationInterval, Azure.ResourceManager.FrontDoor.Models.FrontDoorTimeSeriesType timeSeriesType);
new Azure.ResourceManager.FrontDoor.Models.FrontDoorExperimentResourceGetTimeSeriesReportOptions : DateTimeOffset * DateTimeOffset * Azure.ResourceManager.FrontDoor.Models.FrontDoorTimeSeriesAggregationInterval * Azure.ResourceManager.FrontDoor.Models.FrontDoorTimeSeriesType -> Azure.ResourceManager.FrontDoor.Models.FrontDoorExperimentResourceGetTimeSeriesReportOptions
Public Sub New (startOn As DateTimeOffset, endOn As DateTimeOffset, aggregationInterval As FrontDoorTimeSeriesAggregationInterval, timeSeriesType As FrontDoorTimeSeriesType)

Parameters

startOn
DateTimeOffset

The start DateTime of the Timeseries in UTC.

endOn
DateTimeOffset

The end DateTime of the Timeseries in UTC.

aggregationInterval
FrontDoorTimeSeriesAggregationInterval

The aggregation interval of the Timeseries.

timeSeriesType
FrontDoorTimeSeriesType

The type of Timeseries.

Applies to