Share via


RecurrenceTrigger Class

Definition

Recurrence Trigger Definition.

public class RecurrenceTrigger : Azure.AI.Projects.Trigger, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.RecurrenceTrigger>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.RecurrenceTrigger>
type RecurrenceTrigger = class
    inherit Trigger
    interface IJsonModel<RecurrenceTrigger>
    interface IPersistableModel<RecurrenceTrigger>
Public Class RecurrenceTrigger
Inherits Trigger
Implements IJsonModel(Of RecurrenceTrigger), IPersistableModel(Of RecurrenceTrigger)
Inheritance
RecurrenceTrigger
Implements

Constructors

RecurrenceTrigger(Frequency, Int32)

Initializes a new instance of RecurrenceTrigger.

Properties

Frequency

The frequency to trigger schedule.

Interval

Specifies schedule interval in conjunction with frequency.

Schedule

The recurrence schedule.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<RecurrenceTrigger>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RecurrenceTrigger>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<Trigger>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from Trigger)
IJsonModel<Trigger>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from Trigger)
IPersistableModel<RecurrenceTrigger>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RecurrenceTrigger>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RecurrenceTrigger>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<Trigger>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from Trigger)
IPersistableModel<Trigger>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from Trigger)
IPersistableModel<Trigger>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from Trigger)

Applies to