Share via


PeriodicTimerSourceInfo Constructors

Definition

Overloads

PeriodicTimerSourceInfo()

Initializes a new instance of the PeriodicTimerSourceInfo class.

PeriodicTimerSourceInfo(DateTime, String, String)

Initializes a new instance of the PeriodicTimerSourceInfo class.

PeriodicTimerSourceInfo()

Initializes a new instance of the PeriodicTimerSourceInfo class.

public PeriodicTimerSourceInfo ();
Public Sub New ()

Applies to

PeriodicTimerSourceInfo(DateTime, String, String)

Initializes a new instance of the PeriodicTimerSourceInfo class.

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

Parameters

startTime
DateTime

The time of the day that results in a valid trigger. Schedule is computed with reference to the time specified upto seconds. If timezone is not specified the time will considered to be in device timezone. The value will always be returned as UTC time.

schedule
String

Periodic frequency at which timer event needs to be raised. Supports daily, hourly, minutes, and seconds.

topic
String

Topic where periodic events are published to IoT device.

Applies to