Uses of Class
com.azure.resourcemanager.frontdoor.models.AggregationInterval
Package
Description
Package containing the inner data models for FrontDoorManagementClient.
Package containing the data models for FrontDoorManagementClient.
-
Uses of AggregationInterval in com.azure.resourcemanager.frontdoor.fluent.models
Modifier and TypeMethodDescriptionTimeseriesInner.aggregationInterval()
Get the aggregationInterval property: The aggregation interval of the Timeseries.TimeseriesProperties.aggregationInterval()
Get the aggregationInterval property: The aggregation interval of the Timeseries.Modifier and TypeMethodDescriptionTimeseriesInner.withAggregationInterval
(AggregationInterval aggregationInterval) Set the aggregationInterval property: The aggregation interval of the Timeseries.TimeseriesProperties.withAggregationInterval
(AggregationInterval aggregationInterval) Set the aggregationInterval property: The aggregation interval of the Timeseries. -
Uses of AggregationInterval in com.azure.resourcemanager.frontdoor.models
Modifier and TypeFieldDescriptionstatic final AggregationInterval
AggregationInterval.DAILY
Static value Daily for AggregationInterval.static final AggregationInterval
AggregationInterval.HOURLY
Static value Hourly for AggregationInterval.Modifier and TypeMethodDescriptionTimeseries.aggregationInterval()
Gets the aggregationInterval property: The aggregation interval of the Timeseries.static AggregationInterval
AggregationInterval.fromString
(String name) Creates or finds a AggregationInterval from its string representation.Modifier and TypeMethodDescriptionstatic Collection<AggregationInterval>
AggregationInterval.values()
Gets known AggregationInterval values.