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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET