PeriodicTimerSourceInfo(DateTimeOffset, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET