WorkflowTriggerRecurrence Class

Definition

The workflow trigger recurrence.

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

Properties

EndTime

The end time.

Frequency

The frequency.

Interval

The interval.

Schedule

The recurrence schedule.

StartTime

The start time.

TimeZone

The time zone.

Explicit Interface Implementations

IJsonModel<WorkflowTriggerRecurrence>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<WorkflowTriggerRecurrence>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<WorkflowTriggerRecurrence>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WorkflowTriggerRecurrence>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<WorkflowTriggerRecurrence>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to