Class PeriodType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<PeriodType>
com.azure.ai.metricsadvisor.models.PeriodType

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

    • AUTO_DETECT

      public static final PeriodType AUTO_DETECT
      Static value AutoDetect for PeriodType.
    • ASSIGN_VALUE

      public static final PeriodType ASSIGN_VALUE
      Static value AssignValue for PeriodType.
  • Constructor Details

    • PeriodType

      public PeriodType()
  • Method Details

    • fromString

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

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