FrequencyBasedBackupScheduleDescription Class

Describes the frequency based backup schedule.

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

Inheritance
azure.servicefabric.models._models_py3.BackupScheduleDescription
FrequencyBasedBackupScheduleDescription

Constructor

FrequencyBasedBackupScheduleDescription(*, interval, **kwargs)

Parameters

schedule_kind
str
Required

Required. Constant filled by server.

interval
<xref:timedelta>
Required

Required. Defines the interval with which backups are periodically taken. It should be specified in ISO8601 format. Timespan in seconds is not supported and will be ignored while creating the policy.