WorkflowTriggerProperties 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 properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowTriggerPropertiesTypeConverter))]
public class WorkflowTriggerProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWorkflowTriggerProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowTriggerPropertiesTypeConverter))>]
type WorkflowTriggerProperties = class
interface IWorkflowTriggerProperties
interface IJsonSerializable
Public Class WorkflowTriggerProperties
Implements IWorkflowTriggerProperties
- Inheritance
-
WorkflowTriggerProperties
- Attributes
- Implements
Constructors
WorkflowTriggerProperties() |
Creates an new WorkflowTriggerProperties instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of WorkflowTriggerProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of WorkflowTriggerProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWorkflowTriggerProperties. |
FromJsonString(String) |
Creates a new instance of WorkflowTriggerProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of WorkflowTriggerProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |