Class MetricAggregationType

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

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

    • AVERAGE

      public static final MetricAggregationType AVERAGE
      Static value Average 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.