Uses of Class
com.azure.resourcemanager.frontdoor.fluent.models.TimeseriesInner
Package
Description
Package containing the service clients for FrontDoorManagementClient.
Package containing the inner data models for FrontDoorManagementClient.
Package containing the data models for FrontDoorManagementClient.
-
Uses of TimeseriesInner 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.Modifier and TypeMethodDescriptioncom.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 TimeseriesInner in com.azure.resourcemanager.frontdoor.fluent.models
Modifier and TypeMethodDescriptionTimeseriesInner.withAggregationInterval
(AggregationInterval aggregationInterval) Set the aggregationInterval property: The aggregation interval of the Timeseries.TimeseriesInner.withCountry
(String country) Set the country property: The country associated with the Timeseries.TimeseriesInner.withEndDateTimeUtc
(String endDateTimeUtc) Set the endDateTimeUtc property: The end DateTime of the Timeseries in UTC.TimeseriesInner.withEndpoint
(String endpoint) Set the endpoint property: The endpoint associated with the Timeseries data point.TimeseriesInner.withLocation
(String location) TimeseriesInner.withStartDateTimeUtc
(String startDateTimeUtc) Set the startDateTimeUtc property: The start DateTime of the Timeseries in UTC.TimeseriesInner.withTimeseriesData
(List<TimeseriesDataPoint> timeseriesData) Set the timeseriesData property: The set of data points for the timeseries.TimeseriesInner.withTimeseriesType
(TimeseriesType timeseriesType) Set the timeseriesType property: The type of Timeseries. -
Uses of TimeseriesInner in com.azure.resourcemanager.frontdoor.models
Modifier and TypeMethodDescriptionTimeseries.innerModel()
Gets the inner com.azure.resourcemanager.frontdoor.fluent.models.TimeseriesInner object.