Share via


ScheduledSourceSynchronizationSetting Class

Definition

A type of synchronization setting based on schedule.

public class ScheduledSourceSynchronizationSetting : Azure.ResourceManager.DataShare.Models.SourceShareSynchronizationSetting, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataShare.Models.ScheduledSourceSynchronizationSetting>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataShare.Models.ScheduledSourceSynchronizationSetting>
public class ScheduledSourceSynchronizationSetting : Azure.ResourceManager.DataShare.Models.SourceShareSynchronizationSetting
type ScheduledSourceSynchronizationSetting = class
    inherit SourceShareSynchronizationSetting
    interface IJsonModel<ScheduledSourceSynchronizationSetting>
    interface IPersistableModel<ScheduledSourceSynchronizationSetting>
type ScheduledSourceSynchronizationSetting = class
    inherit SourceShareSynchronizationSetting
Public Class ScheduledSourceSynchronizationSetting
Inherits SourceShareSynchronizationSetting
Implements IJsonModel(Of ScheduledSourceSynchronizationSetting), IPersistableModel(Of ScheduledSourceSynchronizationSetting)
Public Class ScheduledSourceSynchronizationSetting
Inherits SourceShareSynchronizationSetting
Inheritance
ScheduledSourceSynchronizationSetting
Implements

Properties

RecurrenceInterval

Recurrence Interval.

SynchronizeOn

Synchronization time.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ScheduledSourceSynchronizationSetting>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ScheduledSourceSynchronizationSetting>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<SourceShareSynchronizationSetting>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from SourceShareSynchronizationSetting)
IJsonModel<SourceShareSynchronizationSetting>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from SourceShareSynchronizationSetting)
IPersistableModel<ScheduledSourceSynchronizationSetting>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ScheduledSourceSynchronizationSetting>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ScheduledSourceSynchronizationSetting>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<SourceShareSynchronizationSetting>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from SourceShareSynchronizationSetting)
IPersistableModel<SourceShareSynchronizationSetting>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from SourceShareSynchronizationSetting)
IPersistableModel<SourceShareSynchronizationSetting>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from SourceShareSynchronizationSetting)

Applies to