RecurrenceSchedule Class
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.
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Projects.UnknownRecurrenceSchedule))]
public abstract class RecurrenceSchedule : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.RecurrenceSchedule>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.RecurrenceSchedule>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Projects.UnknownRecurrenceSchedule))>]
type RecurrenceSchedule = class
interface IJsonModel<RecurrenceSchedule>
interface IPersistableModel<RecurrenceSchedule>
Public MustInherit Class RecurrenceSchedule
Implements IJsonModel(Of RecurrenceSchedule), IPersistableModel(Of RecurrenceSchedule)
- Inheritance
-
RecurrenceSchedule
- Derived
- Attributes
- Implements