LogicWorkflowTriggerRecurrence Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The workflow trigger recurrence.
public class LogicWorkflowTriggerRecurrence
public class LogicWorkflowTriggerRecurrence : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Logic.Models.LogicWorkflowTriggerRecurrence>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Logic.Models.LogicWorkflowTriggerRecurrence>
type LogicWorkflowTriggerRecurrence = class
type LogicWorkflowTriggerRecurrence = class
interface IJsonModel<LogicWorkflowTriggerRecurrence>
interface IPersistableModel<LogicWorkflowTriggerRecurrence>
Public Class LogicWorkflowTriggerRecurrence
Public Class LogicWorkflowTriggerRecurrence
Implements IJsonModel(Of LogicWorkflowTriggerRecurrence), IPersistableModel(Of LogicWorkflowTriggerRecurrence)
- Inheritance
-
LogicWorkflowTriggerRecurrence
- Implements
Constructors
LogicWorkflowTriggerRecurrence() |
Initializes a new instance of LogicWorkflowTriggerRecurrence. |
Properties
EndOn |
The end time. |
Frequency |
The frequency. |
Interval |
The interval. |
Schedule |
The recurrence schedule. |
StartOn |
The start time. |
TimeZone |
The time zone. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<LogicWorkflowTriggerRecurrence>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<LogicWorkflowTriggerRecurrence>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<LogicWorkflowTriggerRecurrence>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<LogicWorkflowTriggerRecurrence>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<LogicWorkflowTriggerRecurrence>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET