Class Metrictype


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

      • ACTUALCOST

        public static final Metrictype ACTUALCOST
        Static value actualcost for Metrictype.
      • AMORTIZEDCOST

        public static final Metrictype AMORTIZEDCOST
        Static value amortizedcost for Metrictype.
      • USAGE

        public static final Metrictype USAGE
        Static value usage for Metrictype.
    • Constructor Detail

      • Metrictype

        public Metrictype()
    • Method Detail

      • fromString

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