Class ScheduleRunType


  • public final class ScheduleRunType
    extends com.azure.core.util.ExpandableStringEnum<ScheduleRunType>
    Defines values for ScheduleRunType.
    • Field Detail

      • 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 Detail

      • ScheduleRunType

        public ScheduleRunType()
    • Method Detail

      • 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.