次の方法で共有


PeriodicTimerSourceInfo コンストラクター

定義

オーバーロード

PeriodicTimerSourceInfo()

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

PeriodicTimerSourceInfo(DateTime, String, String)

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

PeriodicTimerSourceInfo()

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

public PeriodicTimerSourceInfo ();
Public Sub New ()

適用対象

PeriodicTimerSourceInfo(DateTime, String, String)

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

public PeriodicTimerSourceInfo (DateTime startTime, string schedule, string topic = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.PeriodicTimerSourceInfo : DateTime * string * string -> Microsoft.Azure.Management.DataBoxEdge.Models.PeriodicTimerSourceInfo
Public Sub New (startTime As DateTime, schedule As String, Optional topic As String = Nothing)

パラメーター

startTime
DateTime

有効なトリガーが発生する時刻。 スケジュールは、指定された最大秒数を参照して計算されます。 タイムゾーンが指定されていない場合、時刻はデバイスのタイムゾーンにあると見なされます。 値は常に UTC 時刻として返されます。

schedule
String

タイマー イベントを発生させる必要がある定期的な頻度。 毎日、時間単位、分単位、秒をサポートします。

topic
String

定期的なイベントが IoT デバイスに発行されるトピック。

適用対象