Condividi tramite


WorkflowTriggerRecurrence Class

Definition

The workflow trigger recurrence.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowTriggerRecurrenceTypeConverter))]
public class WorkflowTriggerRecurrence : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWorkflowTriggerRecurrence
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowTriggerRecurrenceTypeConverter))>]
type WorkflowTriggerRecurrence = class
    interface IWorkflowTriggerRecurrence
    interface IJsonSerializable
Public Class WorkflowTriggerRecurrence
Implements IWorkflowTriggerRecurrence
Inheritance
WorkflowTriggerRecurrence
Attributes
Implements

Constructors

WorkflowTriggerRecurrence()

Creates an new WorkflowTriggerRecurrence instance.

Properties

EndTime

The end time.

Frequency

The frequency.

Interval

The interval.

ScheduleHour

The hours.

ScheduleMinute

The minutes.

ScheduleMonthDay

The month days.

ScheduleMonthlyOccurrence

The monthly occurrences.

ScheduleWeekDay

The days of the week.

StartTime

The start time.

TimeZone

The time zone.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of WorkflowTriggerRecurrence.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of WorkflowTriggerRecurrence.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWorkflowTriggerRecurrence.

FromJsonString(String)

Creates a new instance of WorkflowTriggerRecurrence, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of WorkflowTriggerRecurrence into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to