WorkflowRunProperties 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 run properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowRunPropertiesTypeConverter))]
public class WorkflowRunProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWorkflowRunProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowRunPropertiesTypeConverter))>]
type WorkflowRunProperties = class
interface IWorkflowRunProperties
interface IJsonSerializable
Public Class WorkflowRunProperties
Implements IWorkflowRunProperties
- Inheritance
-
WorkflowRunProperties
- Attributes
- Implements
Constructors
WorkflowRunProperties() |
Creates an new WorkflowRunProperties instance. |
Properties
Code |
Gets the code. |
CorrelationClientTrackingId |
The client tracking id. |
CorrelationId |
Gets the correlation id. |
EndTime |
Gets the end time. |
Error |
Gets the error. |
Output |
Gets the outputs. |
Response |
Gets the response of the flow run. |
StartTime |
Gets the start time. |
Status |
Gets the status. |
Trigger |
Gets the fired trigger. |
WaitEndTime |
Gets the wait end time. |
WorkflowId |
The resource id. |
WorkflowName |
Gets the resource name. |
WorkflowType |
Gets the resource type. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of WorkflowRunProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of WorkflowRunProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWorkflowRunProperties. |
FromJsonString(String) |
Creates a new instance of WorkflowRunProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of WorkflowRunProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |