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.

endOn
Nullable<DateTimeOffset>

Gets the end time.

scheduledOn
Nullable<DateTimeOffset>

The scheduled time.

status
Nullable<WorkflowStatus>

Gets the status.

code
String

Gets the code.

error
BinaryData

Gets the error.

trackingId
String

Gets the tracking id.

correlationClientTrackingId
String

The run correlation.

inputsLink
WebAppContentLink

Gets the link to input parameters.

outputsLink
WebAppContentLink

Gets the link to output parameters.

isFired
Nullable<Boolean>

The value indicating whether trigger was fired.

run
WorkflowResourceReference

Gets the reference to workflow run.

Returns

A new WorkflowTriggerHistoryData instance for mocking.

Applies to