AzureAIProjectsModelFactory.RecurrenceSchedule(String) Method

Definition

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.

Applies to