Share via


ArmLogicModelFactory.LogicWorkflowTriggerHistoryData Method

Definition

Initializes a new instance of LogicWorkflowTriggerHistoryData.

public static Azure.ResourceManager.Logic.LogicWorkflowTriggerHistoryData LogicWorkflowTriggerHistoryData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, DateTimeOffset? startOn = default, DateTimeOffset? endOn = default, DateTimeOffset? scheduledOn = default, Azure.ResourceManager.Logic.Models.LogicWorkflowStatus? status = default, string code = default, BinaryData error = default, Guid? trackingId = default, string correlationClientTrackingId = default, Azure.ResourceManager.Logic.Models.LogicContentLink inputsLink = default, Azure.ResourceManager.Logic.Models.LogicContentLink outputsLink = default, bool? isFired = default, Azure.ResourceManager.Logic.Models.LogicResourceReference run = default);
static member LogicWorkflowTriggerHistoryData : 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 * Nullable<Guid> * string * Azure.ResourceManager.Logic.Models.LogicContentLink * Azure.ResourceManager.Logic.Models.LogicContentLink * Nullable<bool> * Azure.ResourceManager.Logic.Models.LogicResourceReference -> Azure.ResourceManager.Logic.LogicWorkflowTriggerHistoryData
Public Shared Function LogicWorkflowTriggerHistoryData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional startOn As Nullable(Of DateTimeOffset) = Nothing, Optional endOn As Nullable(Of DateTimeOffset) = Nothing, Optional scheduledOn As Nullable(Of DateTimeOffset) = Nothing, Optional status As Nullable(Of LogicWorkflowStatus) = Nothing, Optional code As String = Nothing, Optional error As BinaryData = Nothing, Optional trackingId As Nullable(Of Guid) = Nothing, Optional correlationClientTrackingId As String = Nothing, Optional inputsLink As LogicContentLink = Nothing, Optional outputsLink As LogicContentLink = Nothing, Optional isFired As Nullable(Of Boolean) = Nothing, Optional run As LogicResourceReference = Nothing) As LogicWorkflowTriggerHistoryData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

startOn
Nullable<DateTimeOffset>

Gets the start time.

endOn
Nullable<DateTimeOffset>

Gets the end time.

scheduledOn
Nullable<DateTimeOffset>

The scheduled time.

status
Nullable<LogicWorkflowStatus>

Gets the status.

code
String

Gets the code.

error
BinaryData

Gets the error.

trackingId
Nullable<Guid>

Gets the tracking id.

correlationClientTrackingId
String

The run correlation.

inputsLink
LogicContentLink

Gets the link to input parameters.

outputsLink
LogicContentLink

Gets the link to output parameters.

isFired
Nullable<Boolean>

The value indicating whether trigger was fired.

run
LogicResourceReference

Gets the reference to workflow run.

Returns

A new LogicWorkflowTriggerHistoryData instance for mocking.

Applies to