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

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

    • METRIC

      public static final SnoozeScope METRIC
      Static value Metric for SnoozeScope.
    • SERIES

      public static final SnoozeScope SERIES
      Static value Series for SnoozeScope.
  • Constructor Details

    • SnoozeScope

      public SnoozeScope()
  • Method Details

    • fromString

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

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