LogicWorkflowRecurrenceScheduleOccurrence Class

Definition

The recurrence schedule occurrence.

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

Constructors

LogicWorkflowRecurrenceScheduleOccurrence()

Initializes a new instance of LogicWorkflowRecurrenceScheduleOccurrence.

Properties

Day

The day of the week.

Occurrence

The occurrence.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<LogicWorkflowRecurrenceScheduleOccurrence>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LogicWorkflowRecurrenceScheduleOccurrence>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LogicWorkflowRecurrenceScheduleOccurrence>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LogicWorkflowRecurrenceScheduleOccurrence>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LogicWorkflowRecurrenceScheduleOccurrence>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to