ArmAppServiceModelFactory.WorkflowRunTrigger Method

Definition

Initializes a new instance of WorkflowRunTrigger.

public static Azure.ResourceManager.AppService.Models.WorkflowRunTrigger WorkflowRunTrigger(string name = default, BinaryData inputs = default, Azure.ResourceManager.AppService.Models.WebAppContentLink inputsLink = default, BinaryData outputs = default, Azure.ResourceManager.AppService.Models.WebAppContentLink outputsLink = default, DateTimeOffset? scheduledOn = default, DateTimeOffset? startOn = default, DateTimeOffset? endOn = default, string trackingId = default, string correlationClientTrackingId = default, string code = default, Azure.ResourceManager.AppService.Models.WorkflowStatus? status = default, BinaryData error = default, BinaryData trackedProperties = default);
static member WorkflowRunTrigger : string * BinaryData * Azure.ResourceManager.AppService.Models.WebAppContentLink * BinaryData * Azure.ResourceManager.AppService.Models.WebAppContentLink * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * string * string * string * Nullable<Azure.ResourceManager.AppService.Models.WorkflowStatus> * BinaryData * BinaryData -> Azure.ResourceManager.AppService.Models.WorkflowRunTrigger
Public Shared Function WorkflowRunTrigger (Optional name As String = Nothing, Optional inputs As BinaryData = Nothing, Optional inputsLink As WebAppContentLink = Nothing, Optional outputs As BinaryData = Nothing, Optional outputsLink As WebAppContentLink = Nothing, Optional scheduledOn As Nullable(Of DateTimeOffset) = Nothing, Optional startOn As Nullable(Of DateTimeOffset) = Nothing, Optional endOn As Nullable(Of DateTimeOffset) = Nothing, Optional trackingId As String = Nothing, Optional correlationClientTrackingId As String = Nothing, Optional code As String = Nothing, Optional status As Nullable(Of WorkflowStatus) = Nothing, Optional error As BinaryData = Nothing, Optional trackedProperties As BinaryData = Nothing) As WorkflowRunTrigger

Parameters

name
String

Gets the name. Serialized Name: WorkflowRunTrigger.name

inputs
BinaryData

Gets the inputs. Serialized Name: WorkflowRunTrigger.inputs

inputsLink
WebAppContentLink

Gets the link to inputs. Serialized Name: WorkflowRunTrigger.inputsLink

outputs
BinaryData

Gets the outputs. Serialized Name: WorkflowRunTrigger.outputs

outputsLink
WebAppContentLink

Gets the link to outputs. Serialized Name: WorkflowRunTrigger.outputsLink

scheduledOn
Nullable<DateTimeOffset>

Gets the scheduled time. Serialized Name: WorkflowRunTrigger.scheduledTime

startOn
Nullable<DateTimeOffset>

Gets the start time. Serialized Name: WorkflowRunTrigger.startTime

endOn
Nullable<DateTimeOffset>

Gets the end time. Serialized Name: WorkflowRunTrigger.endTime

trackingId
String

Gets the tracking id. Serialized Name: WorkflowRunTrigger.trackingId

correlationClientTrackingId
String

The run correlation. Serialized Name: WorkflowRunTrigger.correlation

code
String

Gets the code. Serialized Name: WorkflowRunTrigger.code

status
Nullable<WorkflowStatus>

Gets the status. Serialized Name: WorkflowRunTrigger.status

error
BinaryData

Gets the error. Serialized Name: WorkflowRunTrigger.error

trackedProperties
BinaryData

Gets the tracked properties. Serialized Name: WorkflowRunTrigger.trackedProperties

Returns

A new WorkflowRunTrigger instance for mocking.

Applies to