ScheduledSynchronizationSetting Class

A type of synchronization setting based on schedule.

Variables are only populated by the server, and will be ignored when sending a request.

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

Inheritance
azure.mgmt.datashare.models._models_py3.SynchronizationSetting
ScheduledSynchronizationSetting

Constructor

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

Parameters

kind
str or SynchronizationSettingKind
Required

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

recurrence_interval
str or RecurrenceInterval
Required

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

synchronization_time
datetime
Required

Required. Synchronization time.

Variables

id
str

The resource id of the azure resource.

name
str

Name of the azure resource.

system_data
SystemData

System Data of the Azure resource.

type
str

Type of the azure resource.

created_at
datetime

Time at which the synchronization setting was created.

provisioning_state
str or ProvisioningState

Gets or sets the provisioning state. Possible values include: "Succeeded", "Creating", "Deleting", "Moving", "Failed".

user_name
str

Name of the user who created the synchronization setting.