Share via


ArmLogicModelFactory.LogicWorkflowRunData Method

Definition

Initializes a new instance of LogicWorkflowRunData.

public static Azure.ResourceManager.Logic.LogicWorkflowRunData LogicWorkflowRunData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, DateTimeOffset? waitEndOn = default, DateTimeOffset? startOn = default, DateTimeOffset? endOn = default, Azure.ResourceManager.Logic.Models.LogicWorkflowStatus? status = default, string code = default, BinaryData error = default, string correlationId = default, string correlationClientTrackingId = default, Azure.ResourceManager.Logic.Models.LogicResourceReference workflow = default, Azure.ResourceManager.Logic.Models.LogicWorkflowRunTrigger trigger = default, System.Collections.Generic.IReadOnlyDictionary<string,Azure.ResourceManager.Logic.Models.LogicWorkflowOutputParameterInfo> outputs = default, Azure.ResourceManager.Logic.Models.LogicWorkflowRunTrigger response = default);
static member LogicWorkflowRunData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.Logic.Models.LogicWorkflowStatus> * string * BinaryData * string * string * Azure.ResourceManager.Logic.Models.LogicResourceReference * Azure.ResourceManager.Logic.Models.LogicWorkflowRunTrigger * System.Collections.Generic.IReadOnlyDictionary<string, Azure.ResourceManager.Logic.Models.LogicWorkflowOutputParameterInfo> * Azure.ResourceManager.Logic.Models.LogicWorkflowRunTrigger -> Azure.ResourceManager.Logic.LogicWorkflowRunData
Public Shared Function LogicWorkflowRunData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional waitEndOn As Nullable(Of DateTimeOffset) = Nothing, Optional startOn As Nullable(Of DateTimeOffset) = Nothing, Optional endOn As Nullable(Of DateTimeOffset) = Nothing, Optional status As Nullable(Of LogicWorkflowStatus) = Nothing, Optional code As String = Nothing, Optional error As BinaryData = Nothing, Optional correlationId As String = Nothing, Optional correlationClientTrackingId As String = Nothing, Optional workflow As LogicResourceReference = Nothing, Optional trigger As LogicWorkflowRunTrigger = Nothing, Optional outputs As IReadOnlyDictionary(Of String, LogicWorkflowOutputParameterInfo) = Nothing, Optional response As LogicWorkflowRunTrigger = Nothing) As LogicWorkflowRunData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

waitEndOn
Nullable<DateTimeOffset>

Gets the wait end time.

startOn
Nullable<DateTimeOffset>

Gets the start time.

endOn
Nullable<DateTimeOffset>

Gets the end time.

status
Nullable<LogicWorkflowStatus>

Gets the status.

code
String

Gets the code.

error
BinaryData

Gets the error.

correlationId
String

Gets the correlation id.

correlationClientTrackingId
String

The run correlation.

workflow
LogicResourceReference

Gets the reference to workflow version.

trigger
LogicWorkflowRunTrigger

Gets the fired trigger.

response
LogicWorkflowRunTrigger

Gets the response of the flow run.

Returns

A new LogicWorkflowRunData instance for mocking.

Applies to