Class LimitType


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

      • LIMIT_VALUE

        public static final LimitType LIMIT_VALUE
        Static value LimitValue for LimitType.
    • Constructor Detail

      • LimitType

        public LimitType()
    • Method Detail

      • fromString

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