Class TimeseriesType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<TimeseriesType>
com.azure.resourcemanager.frontdoor.models.TimeseriesType
The type of Timeseries.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TimeseriesTypeStatic value LatencyP50 for TimeseriesType.static final TimeseriesTypeStatic value LatencyP75 for TimeseriesType.static final TimeseriesTypeStatic value LatencyP95 for TimeseriesType.static final TimeseriesTypeStatic value MeasurementCounts for TimeseriesType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TimeseriesTypefromString(String name) Creates or finds a TimeseriesType from its string representation.static Collection<TimeseriesType>values()Gets known TimeseriesType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
MEASUREMENT_COUNTS
Static value MeasurementCounts for TimeseriesType. -
LATENCY_P50
Static value LatencyP50 for TimeseriesType. -
LATENCY_P75
Static value LatencyP75 for TimeseriesType. -
LATENCY_P95
Static value LatencyP95 for TimeseriesType.
-
-
Constructor Details
-
TimeseriesType
Deprecated.Use thefromString(String)factory method.Creates a new instance of TimeseriesType value.
-
-
Method Details
-
fromString
Creates or finds a TimeseriesType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding TimeseriesType.
-
values
Gets known TimeseriesType values.- Returns:
- known TimeseriesType values.
-
fromString(String)factory method.