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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET