Uses of Class
com.azure.resourcemanager.frontdoor.models.TimeseriesAggregationInterval
Packages that use 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
Methods in com.azure.resourcemanager.frontdoor.fluent with parameters of type TimeseriesAggregationIntervalModifier 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
Fields in com.azure.resourcemanager.frontdoor.models declared as TimeseriesAggregationIntervalModifier and TypeFieldDescriptionstatic final TimeseriesAggregationIntervalTimeseriesAggregationInterval.DAILYStatic value Daily for TimeseriesAggregationInterval.static final TimeseriesAggregationIntervalTimeseriesAggregationInterval.HOURLYStatic value Hourly for TimeseriesAggregationInterval.Methods in com.azure.resourcemanager.frontdoor.models that return TimeseriesAggregationIntervalModifier and TypeMethodDescriptionTimeseriesAggregationInterval.fromString(String name) Creates or finds a TimeseriesAggregationInterval from its string representation.Methods in com.azure.resourcemanager.frontdoor.models that return types with arguments of type TimeseriesAggregationIntervalModifier and TypeMethodDescriptionTimeseriesAggregationInterval.values()Gets known TimeseriesAggregationInterval values.Methods in com.azure.resourcemanager.frontdoor.models with parameters of type TimeseriesAggregationIntervalModifier 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.