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.BackupScheduleDescriptionTimeBasedBackupScheduleDescription
Constructor
TimeBasedBackupScheduleDescription(*, schedule_frequency_type, run_times, run_days=None, **kwargs)
Parameters
- 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'
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.
Feedback
Submit and view feedback for