IWorkflowTrigger Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowTriggerTypeConverter))]
public interface IWorkflowTrigger : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISubResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowTriggerTypeConverter))>]
type IWorkflowTrigger = interface
interface IJsonSerializable
interface ISubResource
Public Interface IWorkflowTrigger
Implements ISubResource
- Derived
- Attributes
- Implements
Properties
ChangedTime |
Gets the changed time. |
CreatedTime |
Gets the created time. |
Id |
The resource id. (Inherited from ISubResource) |
LastExecutionTime |
Gets the last execution time. |
Name |
Gets the workflow trigger name. |
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. |
Type |
Gets the workflow trigger type. |
WorkflowId |
The resource id. |
WorkflowName |
Gets the resource name. |
WorkflowType |
Gets the resource type. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |