다음을 통해 공유


PeriodicTimerSourceInfo(DateTimeOffset, String) Constructor

Definition

Initializes a new instance of PeriodicTimerSourceInfo.

public PeriodicTimerSourceInfo (DateTimeOffset startOn, string schedule);
new Azure.ResourceManager.DataBoxEdge.Models.PeriodicTimerSourceInfo : DateTimeOffset * string -> Azure.ResourceManager.DataBoxEdge.Models.PeriodicTimerSourceInfo
Public Sub New (startOn As DateTimeOffset, schedule As String)

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.

Exceptions

schedule is null.

Applies to