java.lang.Object
java.lang.Enum<TierType>
com.azure.resourcemanager.datalakeanalytics.models.TierType
All Implemented Interfaces:
Serializable, Comparable<TierType>, java.lang.constant.Constable

public enum TierType extends Enum<TierType>
The commitment tier for the next month.
  • Enum Constant Details

    • CONSUMPTION

      public static final TierType CONSUMPTION
      Enum value Consumption.
    • COMMITMENT_100AUHOURS

      public static final TierType COMMITMENT_100AUHOURS
      Enum value Commitment_100AUHours.
    • COMMITMENT_500AUHOURS

      public static final TierType COMMITMENT_500AUHOURS
      Enum value Commitment_500AUHours.
    • COMMITMENT_1000AUHOURS

      public static final TierType COMMITMENT_1000AUHOURS
      Enum value Commitment_1000AUHours.
    • COMMITMENT_5000AUHOURS

      public static final TierType COMMITMENT_5000AUHOURS
      Enum value Commitment_5000AUHours.
    • COMMITMENT_10000AUHOURS

      public static final TierType COMMITMENT_10000AUHOURS
      Enum value Commitment_10000AUHours.
    • COMMITMENT_50000AUHOURS

      public static final TierType COMMITMENT_50000AUHOURS
      Enum value Commitment_50000AUHours.
    • COMMITMENT_100000AUHOURS

      public static final TierType COMMITMENT_100000AUHOURS
      Enum value Commitment_100000AUHours.
    • COMMITMENT_500000AUHOURS

      public static final TierType COMMITMENT_500000AUHOURS
      Enum value Commitment_500000AUHours.
  • Method Details

    • values

      public static TierType[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static TierType valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • fromString

      public static TierType fromString(String value)
      Parses a serialized value to a TierType instance.
      Parameters:
      value - the serialized value to parse.
      Returns:
      the parsed TierType object, or null if unable to parse.
    • toString

      public String toString()
      Overrides:
      toString in class Enum<TierType>