WorkflowTrigger 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowTriggerTypeConverter))]
public class WorkflowTrigger : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWorkflowTrigger, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowTriggerTypeConverter))>]
type WorkflowTrigger = class
interface IWorkflowTrigger
interface IJsonSerializable
interface ISubResource
interface IValidates
Public Class WorkflowTrigger
Implements IValidates, IWorkflowTrigger
- Inheritance
-
WorkflowTrigger
- Attributes
- Implements
Constructors
WorkflowTrigger() |
Creates an new WorkflowTrigger instance. |
Properties
ChangedTime |
Gets the changed time. |
CreatedTime |
Gets the created time. |
Id |
The resource id. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of WorkflowTrigger. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of WorkflowTrigger. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWorkflowTrigger. |
FromJsonString(String) |
Creates a new instance of WorkflowTrigger, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of WorkflowTrigger into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |