ScheduleRoutineTrigger(String, 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 ScheduleRoutineTrigger.
public ScheduleRoutineTrigger(string cronExpression, string timeZone);
new Azure.AI.Projects.ScheduleRoutineTrigger : string * string -> Azure.AI.Projects.ScheduleRoutineTrigger
Public Sub New (cronExpression As String, timeZone As String)
Parameters
- cronExpression
- String
A 5-field cron expression. The service enforces a minimum interval of five minutes by default.
- timeZone
- String
An IANA or Windows time zone identifier for the schedule.
Exceptions
cronExpression or timeZone is null.