Share via


ScheduledSourceSynchronizationSetting Class

Definition

A type of synchronization setting based on schedule

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("ScheduleBased")]
public class ScheduledSourceSynchronizationSetting : Microsoft.Azure.Management.DataShare.Models.SourceShareSynchronizationSetting
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("ScheduleBased")>]
type ScheduledSourceSynchronizationSetting = class
    inherit SourceShareSynchronizationSetting
Public Class ScheduledSourceSynchronizationSetting
Inherits SourceShareSynchronizationSetting
Inheritance
ScheduledSourceSynchronizationSetting
Attributes
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

Constructors

ScheduledSourceSynchronizationSetting()

Initializes a new instance of the ScheduledSourceSynchronizationSetting class.

ScheduledSourceSynchronizationSetting(String, Nullable<DateTime>)

Initializes a new instance of the ScheduledSourceSynchronizationSetting class.

Properties

RecurrenceInterval

Gets or sets recurrence Interval. Possible values include: 'Hour', 'Day'

SynchronizationTime

Gets or sets synchronization time

Applies to