Class UnitType


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

      • COUNT

        public static final UnitType COUNT
        Static value Count for UnitType.
      • BYTES

        public static final UnitType BYTES
        Static value Bytes for UnitType.
      • SECONDS

        public static final UnitType SECONDS
        Static value Seconds for UnitType.
      • PERCENT

        public static final UnitType PERCENT
        Static value Percent for UnitType.
      • COUNT_PER_SECOND

        public static final UnitType COUNT_PER_SECOND
        Static value CountPerSecond for UnitType.
      • BYTES_PER_SECOND

        public static final UnitType BYTES_PER_SECOND
        Static value BytesPerSecond for UnitType.
      • MILLISECONDS

        public static final UnitType MILLISECONDS
        Static value Milliseconds for UnitType.
    • Constructor Detail

      • UnitType

        public UnitType()
    • Method Detail

      • fromString

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