AzureAIProjectsModelFactory.ScheduleRoutineTrigger(String, String) Method

Definition

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.

Applies to