WorkflowRecurrenceSchedule Class

Definition

The recurrence schedule. Serialized Name: RecurrenceSchedule

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

Properties

Name Description
Hours

The hours. Serialized Name: RecurrenceSchedule.hours

Minutes

The minutes. Serialized Name: RecurrenceSchedule.minutes

MonthDays

The month days. Serialized Name: RecurrenceSchedule.monthDays

MonthlyOccurrences

The monthly occurrences. Serialized Name: RecurrenceSchedule.monthlyOccurrences

WeekDays

The days of the week. Serialized Name: RecurrenceSchedule.weekDays

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<WorkflowRecurrenceSchedule>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<WorkflowRecurrenceSchedule>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<WorkflowRecurrenceSchedule>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WorkflowRecurrenceSchedule>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<WorkflowRecurrenceSchedule>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to