Uses of Interface
com.azure.resourcemanager.frontdoor.models.Timeseries
Packages that use Timeseries
Package
Description
Package containing the data models for FrontDoorManagementClient.
-
Uses of Timeseries in com.azure.resourcemanager.frontdoor.models
Methods in com.azure.resourcemanager.frontdoor.models that return TimeseriesModifier and TypeMethodDescriptionReports.getTimeseries(String resourceGroupName, String profileName, String experimentName, OffsetDateTime startDateTimeUtc, OffsetDateTime endDateTimeUtc, TimeseriesAggregationInterval aggregationInterval, TimeseriesType timeseriesType) Gets a Timeseries for a given Experiment.Methods in com.azure.resourcemanager.frontdoor.models that return types with arguments of type TimeseriesModifier and TypeMethodDescriptioncom.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.