Class AggregationInterval
java.lang.Object
com.azure.core.util.ExpandableStringEnum<AggregationInterval>
com.azure.resourcemanager.frontdoor.models.AggregationInterval
public final class AggregationInterval
extends com.azure.core.util.ExpandableStringEnum<AggregationInterval>
The aggregation interval of the Timeseries.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final AggregationInterval
Static value Daily for AggregationInterval.static final AggregationInterval
Static value Hourly for AggregationInterval. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic AggregationInterval
fromString
(String name) Creates or finds a AggregationInterval from its string representation.static Collection<AggregationInterval>
values()
Gets known AggregationInterval values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
HOURLY
Static value Hourly for AggregationInterval. -
DAILY
Static value Daily for AggregationInterval.
-
-
Constructor Details
-
AggregationInterval
Deprecated.Use thefromString(String)
factory method.Creates a new instance of AggregationInterval value.
-
-
Method Details
-
fromString
Creates or finds a AggregationInterval from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding AggregationInterval.
-
values
Gets known AggregationInterval values.- Returns:
- known AggregationInterval values.
-
fromString(String)
factory method.