Class AggregationTypeEnum

java.lang.Object
com.azure.core.util.ExpandableStringEnum<AggregationTypeEnum>
com.azure.resourcemanager.monitor.models.AggregationTypeEnum

public final class AggregationTypeEnum extends com.azure.core.util.ExpandableStringEnum<AggregationTypeEnum>
the criteria time aggregation types.
  • Field Details

    • AVERAGE

      public static final AggregationTypeEnum AVERAGE
      Static value Average for AggregationTypeEnum.
    • COUNT

      public static final AggregationTypeEnum COUNT
      Static value Count for AggregationTypeEnum.
    • MINIMUM

      public static final AggregationTypeEnum MINIMUM
      Static value Minimum for AggregationTypeEnum.
    • MAXIMUM

      public static final AggregationTypeEnum MAXIMUM
      Static value Maximum for AggregationTypeEnum.
    • TOTAL

      public static final AggregationTypeEnum TOTAL
      Static value Total for AggregationTypeEnum.
  • Constructor Details

    • AggregationTypeEnum

      public AggregationTypeEnum()
  • Method Details

    • fromString

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

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