ScheduledSourceSynchronizationSetting Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET