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