Compartilhar via


WorkflowRun Class

Definition

The workflow run.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowRunTypeConverter))]
public class WorkflowRun : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWorkflowRun, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowRunTypeConverter))>]
type WorkflowRun = class
    interface IWorkflowRun
    interface IJsonSerializable
    interface ISubResource
    interface IValidates
Public Class WorkflowRun
Implements IValidates, IWorkflowRun
Inheritance
WorkflowRun
Attributes
Implements

Constructors

WorkflowRun()

Creates an new WorkflowRun 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.

Id

The resource id.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of WorkflowRun.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of WorkflowRun.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWorkflowRun.

FromJsonString(String)

Creates a new instance of WorkflowRun, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of WorkflowRun into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to