次の方法で共有


WorkflowRecurrenceSchedule Class

Definition

The recurrence schedule.

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

Hours

The hours.

Minutes

The minutes.

MonthDays

The month days.

MonthlyOccurrences

The monthly occurrences.

WeekDays

The days of the week.

Explicit Interface Implementations

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