Class ScheduleStatus

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ScheduleStatus>
com.azure.resourcemanager.machinelearning.models.ScheduleStatus

public final class ScheduleStatus extends com.azure.core.util.ExpandableStringEnum<ScheduleStatus>
Is the schedule enabled or disabled?.
  • Field Details

    • ENABLED

      public static final ScheduleStatus ENABLED
      Static value Enabled for ScheduleStatus.
    • DISABLED

      public static final ScheduleStatus DISABLED
      Static value Disabled for ScheduleStatus.
  • Constructor Details

    • ScheduleStatus

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

    • fromString

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

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