AzureAIProjectsModelFactory.RoutineTrigger(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.
Base model for a routine trigger. Please note this is the abstract base class. The derived classes available for instantiation are: ScheduleRoutineTrigger, TimerRoutineTrigger, GitHubIssueRoutineTrigger, and CustomRoutineTrigger.
public static Azure.AI.Projects.RoutineTrigger RoutineTrigger(string type = default);
static member RoutineTrigger : string -> Azure.AI.Projects.RoutineTrigger
Public Shared Function RoutineTrigger (Optional type As String = Nothing) As RoutineTrigger
Parameters
- type
- String
The trigger type.
Returns
A new RoutineTrigger instance for mocking.