ScheduleRoutineTrigger(String, String) Constructor

Definition

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.

Applies to