ArmAppServiceModelFactory.WorkflowRunData Method

Definition

Initializes a new instance of WorkflowRunData.

public static Azure.ResourceManager.AppService.WorkflowRunData WorkflowRunData (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.AppService.Models.WorkflowStatus? status = default, string code = default, BinaryData error = default, string correlationId = default, string correlationClientTrackingId = default, Azure.ResourceManager.AppService.Models.WorkflowResourceReference workflow = default, Azure.ResourceManager.AppService.Models.WorkflowRunTrigger trigger = default, System.Collections.Generic.IReadOnlyDictionary<string,Azure.ResourceManager.AppService.Models.WorkflowOutputContent> outputs = default, Azure.ResourceManager.AppService.Models.WorkflowRunTrigger response = default);
static member WorkflowRunData : 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.WorkflowResourceReference * Azure.ResourceManager.AppService.Models.WorkflowRunTrigger * System.Collections.Generic.IReadOnlyDictionary<string, Azure.ResourceManager.AppService.Models.WorkflowOutputContent> * Azure.ResourceManager.AppService.Models.WorkflowRunTrigger -> Azure.ResourceManager.AppService.WorkflowRunData
Public Shared Function WorkflowRunData (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 WorkflowStatus) = Nothing, Optional code As String = Nothing, Optional error As BinaryData = Nothing, Optional correlationId As String = Nothing, Optional correlationClientTrackingId As String = Nothing, Optional workflow As WorkflowResourceReference = Nothing, Optional trigger As WorkflowRunTrigger = Nothing, Optional outputs As IReadOnlyDictionary(Of String, WorkflowOutputContent) = Nothing, Optional response As WorkflowRunTrigger = Nothing) As WorkflowRunData

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<WorkflowStatus>

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
WorkflowResourceReference

Gets the reference to workflow version.

trigger
WorkflowRunTrigger

Gets the fired trigger.

outputs
IReadOnlyDictionary<String,WorkflowOutputContent>

Gets the outputs.

response
WorkflowRunTrigger

Gets the response of the flow run.

Returns

A new WorkflowRunData instance for mocking.

Applies to