RecurrenceScheduleOccurrence Class

Definition

The recurrence schedule occurrence.

public class RecurrenceScheduleOccurrence : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.RecurrenceScheduleOccurrence>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.RecurrenceScheduleOccurrence>
type RecurrenceScheduleOccurrence = class
    interface IJsonModel<RecurrenceScheduleOccurrence>
    interface IPersistableModel<RecurrenceScheduleOccurrence>
Public Class RecurrenceScheduleOccurrence
Implements IJsonModel(Of RecurrenceScheduleOccurrence), IPersistableModel(Of RecurrenceScheduleOccurrence)
Inheritance
RecurrenceScheduleOccurrence
Implements

Properties

Day

The day of the week.

Occurrence

The occurrence.

Explicit Interface Implementations

IJsonModel<RecurrenceScheduleOccurrence>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RecurrenceScheduleOccurrence>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RecurrenceScheduleOccurrence>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RecurrenceScheduleOccurrence>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RecurrenceScheduleOccurrence>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to