Uses of Class
com.azure.resourcemanager.frontdoor.models.TimeseriesAggregationInterval
Package
Description
Package containing the service clients for FrontDoorManagementClient.
Package containing the data models for FrontDoorManagementClient.
-
Uses of TimeseriesAggregationInterval in com.azure.resourcemanager.frontdoor.fluent
Modifier and TypeMethodDescriptionReportsClient.getTimeseries
(String resourceGroupName, String profileName, String experimentName, OffsetDateTime startDateTimeUtc, OffsetDateTime endDateTimeUtc, TimeseriesAggregationInterval aggregationInterval, TimeseriesType timeseriesType) Gets a Timeseries for a given Experiment.com.azure.core.http.rest.Response<TimeseriesInner>
ReportsClient.getTimeseriesWithResponse
(String resourceGroupName, String profileName, String experimentName, OffsetDateTime startDateTimeUtc, OffsetDateTime endDateTimeUtc, TimeseriesAggregationInterval aggregationInterval, TimeseriesType timeseriesType, String endpointParam, String country, com.azure.core.util.Context context) Gets a Timeseries for a given Experiment. -
Uses of TimeseriesAggregationInterval in com.azure.resourcemanager.frontdoor.models
Modifier and TypeFieldDescriptionstatic final TimeseriesAggregationInterval
TimeseriesAggregationInterval.DAILY
Static value Daily for TimeseriesAggregationInterval.static final TimeseriesAggregationInterval
TimeseriesAggregationInterval.HOURLY
Static value Hourly for TimeseriesAggregationInterval.Modifier and TypeMethodDescriptionTimeseriesAggregationInterval.fromString
(String name) Creates or finds a TimeseriesAggregationInterval from its string representation.Modifier and TypeMethodDescriptionTimeseriesAggregationInterval.values()
Gets known TimeseriesAggregationInterval values.Modifier and TypeMethodDescriptionReports.getTimeseries
(String resourceGroupName, String profileName, String experimentName, OffsetDateTime startDateTimeUtc, OffsetDateTime endDateTimeUtc, TimeseriesAggregationInterval aggregationInterval, TimeseriesType timeseriesType) Gets a Timeseries for a given Experiment.com.azure.core.http.rest.Response<Timeseries>
Reports.getTimeseriesWithResponse
(String resourceGroupName, String profileName, String experimentName, OffsetDateTime startDateTimeUtc, OffsetDateTime endDateTimeUtc, TimeseriesAggregationInterval aggregationInterval, TimeseriesType timeseriesType, String endpointParam, String country, com.azure.core.util.Context context) Gets a Timeseries for a given Experiment.