Uses of Class
com.azure.resourcemanager.frontdoor.fluent.models.TimeseriesProperties
Packages that use TimeseriesProperties
Package
Description
Package containing the inner data models for FrontDoorManagementClient.
-
Uses of TimeseriesProperties in com.azure.resourcemanager.frontdoor.fluent.models
Methods in com.azure.resourcemanager.frontdoor.fluent.models that return TimeseriesPropertiesModifier and TypeMethodDescriptionTimeseriesProperties.withAggregationInterval(AggregationInterval aggregationInterval) Set the aggregationInterval property: The aggregation interval of the Timeseries.TimeseriesProperties.withCountry(String country) Set the country property: The country associated with the Timeseries.TimeseriesProperties.withEndDateTimeUtc(String endDateTimeUtc) Set the endDateTimeUtc property: The end DateTime of the Timeseries in UTC.TimeseriesProperties.withEndpoint(String endpoint) Set the endpoint property: The endpoint associated with the Timeseries data point.TimeseriesProperties.withStartDateTimeUtc(String startDateTimeUtc) Set the startDateTimeUtc property: The start DateTime of the Timeseries in UTC.TimeseriesProperties.withTimeseriesData(List<TimeseriesDataPoint> timeseriesData) Set the timeseriesData property: The set of data points for the timeseries.TimeseriesProperties.withTimeseriesType(TimeseriesType timeseriesType) Set the timeseriesType property: The type of Timeseries.