AzureAIProjectsModelFactory.ScheduleRoutineTrigger(String, String) Method
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.
A recurring cron-based routine trigger.
public static Azure.AI.Projects.ScheduleRoutineTrigger ScheduleRoutineTrigger(string cronExpression = default, string timeZone = default);
static member ScheduleRoutineTrigger : string * string -> Azure.AI.Projects.ScheduleRoutineTrigger
Public Shared Function ScheduleRoutineTrigger (Optional cronExpression As String = Nothing, Optional timeZone As String = Nothing) As ScheduleRoutineTrigger
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.
Returns
A new ScheduleRoutineTrigger instance for mocking.