AzureAIProjectsModelFactory.RecurrenceSchedule(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.
Recurrence schedule model. Please note this is the abstract base class. The derived classes available for instantiation are: HourlyRecurrenceSchedule, DailyRecurrenceSchedule, WeeklyRecurrenceSchedule, and MonthlyRecurrenceSchedule.
public static Azure.AI.Projects.Evaluation.RecurrenceSchedule RecurrenceSchedule(string type = default);
static member RecurrenceSchedule : string -> Azure.AI.Projects.Evaluation.RecurrenceSchedule
Public Shared Function RecurrenceSchedule (Optional type As String = Nothing) As RecurrenceSchedule
Parameters
- type
- String
Recurrence type for the recurrence schedule.
Returns
A new RecurrenceSchedule instance for mocking.