Class MetricAggregationType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<MetricAggregationType>
com.azure.resourcemanager.storagecache.models.MetricAggregationType

public final class MetricAggregationType extends com.azure.core.util.ExpandableStringEnum<MetricAggregationType>
Defines values for MetricAggregationType.
  • Field Details

    • NOT_SPECIFIED

      public static final MetricAggregationType NOT_SPECIFIED
      Static value NotSpecified for MetricAggregationType.
    • NONE

      public static final MetricAggregationType NONE
      Static value None for MetricAggregationType.
    • AVERAGE

      public static final MetricAggregationType AVERAGE
      Static value Average for MetricAggregationType.
    • MINIMUM

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

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

      public static final MetricAggregationType TOTAL
      Static value Total for MetricAggregationType.
    • COUNT

      public static final MetricAggregationType COUNT
      Static value Count for MetricAggregationType.
  • Constructor Details

    • MetricAggregationType

      public MetricAggregationType()
  • Method Details

    • fromString

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

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