Class MeterPeriod

java.lang.Object
com.azure.core.util.ExpandableStringEnum<MeterPeriod>
com.azure.quantum.jobs.models.MeterPeriod

public final class MeterPeriod extends ExpandableStringEnum<MeterPeriod>
Defines values for MeterPeriod.
  • Field Details

    • NONE

      public static final MeterPeriod NONE
      Static value None for MeterPeriod.
    • MONTHLY

      public static final MeterPeriod MONTHLY
      Static value Monthly for MeterPeriod.
  • Constructor Details

    • MeterPeriod

      public MeterPeriod()
  • Method Details

    • fromString

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

      public static Collection<MeterPeriod> values()
      Returns:
      known MeterPeriod values.