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 Details

    • HOURLY

      public static final AggregationInterval HOURLY
      Static value Hourly for AggregationInterval.
    • DAILY

      public static final AggregationInterval DAILY
      Static value Daily for AggregationInterval.
  • Constructor Details

    • AggregationInterval

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

    • fromString

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

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