ScheduledSourceSynchronizationSetting Class

A type of synchronization setting based on schedule.

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

Inheritance
azure.mgmt.datashare.models._models_py3.SourceShareSynchronizationSetting
ScheduledSourceSynchronizationSetting

Constructor

ScheduledSourceSynchronizationSetting(*, recurrence_interval: Optional[Union[str, azure.mgmt.datashare.models._data_share_management_client_enums.RecurrenceInterval]] = None, synchronization_time: Optional[datetime.datetime] = None, **kwargs)

Parameters

kind
str or SourceShareSynchronizationSettingKind
Required

Required. Kind of synchronization setting on share.Constant filled by server. Possible values include: "ScheduleBased".

recurrence_interval
str or RecurrenceInterval
Required

Recurrence Interval. Possible values include: "Hour", "Day".

synchronization_time
datetime
Required

Synchronization time.