IWorkflowRunProperties 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.WorkflowRunPropertiesTypeConverter))]
public interface IWorkflowRunProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowRunPropertiesTypeConverter))>]
type IWorkflowRunProperties = interface
interface IJsonSerializable
Public Interface IWorkflowRunProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |