Class ScheduledActionKind

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ScheduledActionKind>
com.azure.resourcemanager.costmanagement.models.ScheduledActionKind

public final class ScheduledActionKind extends com.azure.core.util.ExpandableStringEnum<ScheduledActionKind>
Kind of the scheduled action.
  • Field Details

    • EMAIL

      public static final ScheduledActionKind EMAIL
      Static value Email for ScheduledActionKind.
    • INSIGHT_ALERT

      public static final ScheduledActionKind INSIGHT_ALERT
      Static value InsightAlert for ScheduledActionKind.
  • Constructor Details

    • ScheduledActionKind

      @Deprecated public ScheduledActionKind()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of ScheduledActionKind value.
  • Method Details

    • fromString

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

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