Share via


RecurrenceSchedule Class

Definition

RecurrenceSchedule Definition.

public class RecurrenceSchedule : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.RecurrenceSchedule>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.RecurrenceSchedule>
type RecurrenceSchedule = class
    interface IJsonModel<RecurrenceSchedule>
    interface IPersistableModel<RecurrenceSchedule>
Public Class RecurrenceSchedule
Implements IJsonModel(Of RecurrenceSchedule), IPersistableModel(Of RecurrenceSchedule)
Inheritance
RecurrenceSchedule
Implements

Constructors

RecurrenceSchedule(IEnumerable<Int32>, IEnumerable<Int32>)

Initializes a new instance of RecurrenceSchedule.

Properties

Hours

List of hours for the schedule.

Minutes

List of minutes for the schedule.

MonthDays

List of month days for the schedule.

WeekDays

List of days for the schedule.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<RecurrenceSchedule>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<RecurrenceSchedule>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RecurrenceSchedule>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RecurrenceSchedule>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<RecurrenceSchedule>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to