Class TimeseriesType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<TimeseriesType>
com.azure.resourcemanager.frontdoor.models.TimeseriesType

public final class TimeseriesType extends com.azure.core.util.ExpandableStringEnum<TimeseriesType>
The type of Timeseries.
  • Field Details

    • MEASUREMENT_COUNTS

      public static final TimeseriesType MEASUREMENT_COUNTS
      Static value MeasurementCounts for TimeseriesType.
    • LATENCY_P50

      public static final TimeseriesType LATENCY_P50
      Static value LatencyP50 for TimeseriesType.
    • LATENCY_P75

      public static final TimeseriesType LATENCY_P75
      Static value LatencyP75 for TimeseriesType.
    • LATENCY_P95

      public static final TimeseriesType LATENCY_P95
      Static value LatencyP95 for TimeseriesType.
  • Constructor Details

    • TimeseriesType

      @Deprecated public TimeseriesType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of TimeseriesType value.
  • Method Details

    • fromString

      public static TimeseriesType fromString(String name)
      Creates or finds a TimeseriesType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding TimeseriesType.
    • values

      public static Collection<TimeseriesType> values()
      Gets known TimeseriesType values.
      Returns:
      known TimeseriesType values.