Class ReplicationSchedule


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

      • ONE_ZEROMINUTELY

        public static final ReplicationSchedule ONE_ZEROMINUTELY
        Static value _10minutely for ReplicationSchedule.
      • HOURLY

        public static final ReplicationSchedule HOURLY
        Static value hourly for ReplicationSchedule.
      • DAILY

        public static final ReplicationSchedule DAILY
        Static value daily for ReplicationSchedule.
    • Constructor Detail

      • ReplicationSchedule

        public ReplicationSchedule()
    • Method Detail

      • fromString

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