次の方法で共有


ScheduledSourceSynchronizationSetting クラス

定義

スケジュールに基づく同期設定の種類

[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
継承
ScheduledSourceSynchronizationSetting
属性
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

コンストラクター

ScheduledSourceSynchronizationSetting()

ScheduledSourceSynchronizationSetting クラスの新しいインスタンスを初期化します。

ScheduledSourceSynchronizationSetting(String, Nullable<DateTime>)

ScheduledSourceSynchronizationSetting クラスの新しいインスタンスを初期化します。

プロパティ

RecurrenceInterval

繰り返し間隔を取得または設定します。 使用できる値は、'Hour'、'Day' です。

SynchronizationTime

同期時間を取得または設定します

適用対象