FrontDoorExperimentResourceGetTimeSeriesReportOptions Constructor
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.
Initializes a new instance of FrontDoorExperimentResourceGetTimeSeriesReportOptions.
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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.