IWorkflowRun 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.WorkflowRunTypeConverter))]
public interface IWorkflowRun : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISubResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowRunTypeConverter))>]
type IWorkflowRun = interface
interface IJsonSerializable
interface ISubResource
Public Interface IWorkflowRun
Implements ISubResource
- 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. |
Id |
The resource id. (Inherited from ISubResource) |
Name |
Gets the workflow run name. |
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. |
Type |
Gets the workflow run type. |
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) |