Partager via


IWorkflowTriggerProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowTriggerPropertiesTypeConverter))]
public interface IWorkflowTriggerProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowTriggerPropertiesTypeConverter))>]
type IWorkflowTriggerProperties = interface
    interface IJsonSerializable
Public Interface IWorkflowTriggerProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

ChangedTime

Gets the changed time.

CreatedTime

Gets the created time.

LastExecutionTime

Gets the last execution time.

NextExecutionTime

Gets the next execution time.

ProvisioningState

Gets the provisioning state.

RecurrenceEndTime

The end time.

RecurrenceFrequency

The frequency.

RecurrenceInterval

The interval.

RecurrenceStartTime

The start time.

RecurrenceTimeZone

The time zone.

ScheduleHour

The hours.

ScheduleMinute

The minutes.

ScheduleMonthDay

The month days.

ScheduleMonthlyOccurrence

The monthly occurrences.

ScheduleWeekDay

The days of the week.

State

Gets the state.

Status

Gets the status.

WorkflowId

The resource id.

WorkflowName

Gets the resource name.

WorkflowType

Gets the resource type.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to