AzureAIProjectsModelFactory.ScheduleTrigger(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 Trigger of the schedule. Please note this is the abstract base class. The derived classes available for instantiation are: CronTrigger, RecurrenceTrigger, and OneTimeTrigger.
public static Azure.AI.Projects.Evaluation.ScheduleTrigger ScheduleTrigger(string type = default);
static member ScheduleTrigger : string -> Azure.AI.Projects.Evaluation.ScheduleTrigger
Public Shared Function ScheduleTrigger (Optional type As String = Nothing) As ScheduleTrigger
Parameters
- type
- String
Type of the trigger.
Returns
A new ScheduleTrigger instance for mocking.