Uses of Class
com.azure.resourcemanager.frontdoor.models.AggregationInterval
Packages that use 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
Methods in com.azure.resourcemanager.frontdoor.fluent.models that return AggregationIntervalModifier 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.Methods in com.azure.resourcemanager.frontdoor.fluent.models with parameters of type AggregationIntervalModifier 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
Fields in com.azure.resourcemanager.frontdoor.models declared as AggregationIntervalModifier and TypeFieldDescriptionstatic final AggregationIntervalAggregationInterval.DAILYStatic value Daily for AggregationInterval.static final AggregationIntervalAggregationInterval.HOURLYStatic value Hourly for AggregationInterval.Methods in com.azure.resourcemanager.frontdoor.models that return AggregationIntervalModifier and TypeMethodDescriptionTimeseries.aggregationInterval()Gets the aggregationInterval property: The aggregation interval of the Timeseries.static AggregationIntervalAggregationInterval.fromString(String name) Creates or finds a AggregationInterval from its string representation.Methods in com.azure.resourcemanager.frontdoor.models that return types with arguments of type AggregationIntervalModifier and TypeMethodDescriptionstatic Collection<AggregationInterval>AggregationInterval.values()Gets known AggregationInterval values.