LogicWorkflowRecurrenceSchedule Class

Definition

The recurrence schedule.

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

Constructors

LogicWorkflowRecurrenceSchedule()

Initializes a new instance of LogicWorkflowRecurrenceSchedule.

Properties

Hours

The hours.

Minutes

The minutes.

MonthDays

The month days.

MonthlyOccurrences

The monthly occurrences.

WeekDays

The days of the week.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<LogicWorkflowRecurrenceSchedule>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LogicWorkflowRecurrenceSchedule>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LogicWorkflowRecurrenceSchedule>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LogicWorkflowRecurrenceSchedule>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LogicWorkflowRecurrenceSchedule>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to