java.lang.Object
com.azure.core.util.ExpandableStringEnum<ScheduleRunType>
com.azure.resourcemanager.recoveryservicesbackup.models.ScheduleRunType

public final class ScheduleRunType extends com.azure.core.util.ExpandableStringEnum<ScheduleRunType>
Frequency of the schedule operation of this policy.
  • Field Details

    • INVALID

      public static final ScheduleRunType INVALID
      Static value Invalid for ScheduleRunType.
    • DAILY

      public static final ScheduleRunType DAILY
      Static value Daily for ScheduleRunType.
    • WEEKLY

      public static final ScheduleRunType WEEKLY
      Static value Weekly for ScheduleRunType.
    • HOURLY

      public static final ScheduleRunType HOURLY
      Static value Hourly for ScheduleRunType.
  • Constructor Details

    • ScheduleRunType

      public ScheduleRunType()
  • Method Details

    • fromString

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

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