TimeBasedBackupScheduleDescription Class

Describes the time based backup schedule.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.servicefabric.models._models_py3.BackupScheduleDescription
TimeBasedBackupScheduleDescription

Constructor

TimeBasedBackupScheduleDescription(*, schedule_frequency_type, run_times, run_days=None, **kwargs)

Parameters

schedule_kind
str
Required

Required. Constant filled by server.

schedule_frequency_type
str or BackupScheduleFrequencyType
Required

Required. Describes the frequency with which to run the time based backup schedule. Possible values include: 'Invalid', 'Daily', 'Weekly'

run_days
list[str or DayOfWeek]
Required

List of days of a week when to trigger the periodic backup. This is valid only when the backup schedule frequency type is weekly.

run_times
list[datetime]
Required

Required. Represents the list of exact time during the day in ISO8601 format. Like '19:00:00' will represent '7PM' during the day. Date specified along with time will be ignored.