ArmDataBoxEdgeModelFactory.PeriodicTimerSourceInfo Method

Definition

public static Azure.ResourceManager.DataBoxEdge.Models.PeriodicTimerSourceInfo PeriodicTimerSourceInfo(DateTimeOffset startOn = default, string schedule = default, string topic = default);
static member PeriodicTimerSourceInfo : DateTimeOffset * string * string -> Azure.ResourceManager.DataBoxEdge.Models.PeriodicTimerSourceInfo
Public Shared Function PeriodicTimerSourceInfo (Optional startOn As DateTimeOffset = Nothing, Optional schedule As String = Nothing, Optional topic As String = Nothing) As PeriodicTimerSourceInfo

Parameters

startOn
DateTimeOffset

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.

Returns

A new PeriodicTimerSourceInfo instance for mocking.

Applies to