ArmAppServiceModelFactory.WorkflowTriggerHistoryData Method

Definition

Initializes a new instance of WorkflowTriggerHistoryData.

public static Azure.ResourceManager.AppService.WorkflowTriggerHistoryData WorkflowTriggerHistoryData(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.AppService.Models.WorkflowStatus? status = default, string code = default, BinaryData error = default, string trackingId = default, string correlationClientTrackingId = default, Azure.ResourceManager.AppService.Models.WebAppContentLink inputsLink = default, Azure.ResourceManager.AppService.Models.WebAppContentLink outputsLink = default, bool? isFired = default, Azure.ResourceManager.AppService.Models.WorkflowResourceReference run = default);
static member WorkflowTriggerHistoryData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.AppService.Models.WorkflowStatus> * string * BinaryData * string * string * Azure.ResourceManager.AppService.Models.WebAppContentLink * Azure.ResourceManager.AppService.Models.WebAppContentLink * Nullable<bool> * Azure.ResourceManager.AppService.Models.WorkflowResourceReference -> Azure.ResourceManager.AppService.WorkflowTriggerHistoryData
Public Shared Function WorkflowTriggerHistoryData (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 WorkflowStatus) = Nothing, Optional code As String = Nothing, Optional error As BinaryData = Nothing, Optional trackingId As String = Nothing, Optional correlationClientTrackingId As String = Nothing, Optional inputsLink As WebAppContentLink = Nothing, Optional outputsLink As WebAppContentLink = Nothing, Optional isFired As Nullable(Of Boolean) = Nothing, Optional run As WorkflowResourceReference = Nothing) As WorkflowTriggerHistoryData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

startOn
Nullable<DateTimeOffset>

Gets the start time. Serialized Name: WorkflowTriggerHistory.properties.startTime

endOn
Nullable<DateTimeOffset>

Gets the end time. Serialized Name: WorkflowTriggerHistory.properties.endTime

scheduledOn
Nullable<DateTimeOffset>

The scheduled time. Serialized Name: WorkflowTriggerHistory.properties.scheduledTime

status
Nullable<WorkflowStatus>

Gets the status. Serialized Name: WorkflowTriggerHistory.properties.status

code
String

Gets the code. Serialized Name: WorkflowTriggerHistory.properties.code

error
BinaryData

Gets the error. Serialized Name: WorkflowTriggerHistory.properties.error

trackingId
String

Gets the tracking id. Serialized Name: WorkflowTriggerHistory.properties.trackingId

correlationClientTrackingId
String

The run correlation. Serialized Name: WorkflowTriggerHistory.properties.correlation

inputsLink
WebAppContentLink

Gets the link to input parameters. Serialized Name: WorkflowTriggerHistory.properties.inputsLink

outputsLink
WebAppContentLink

Gets the link to output parameters. Serialized Name: WorkflowTriggerHistory.properties.outputsLink

isFired
Nullable<Boolean>

The value indicating whether trigger was fired. Serialized Name: WorkflowTriggerHistory.properties.fired

run
WorkflowResourceReference

Gets the reference to workflow run. Serialized Name: WorkflowTriggerHistory.properties.run

Returns

A new WorkflowTriggerHistoryData instance for mocking.

Applies to